fork download
  1. #main-picture{
  2. width: 100%;
  3. }
  4.  
  5. .picture1{
  6. width: 100%;
  7. }
  8.  
  9. .picture1 button{
  10. position: absolute;
  11. margin: 30% auto;
  12. left: 0;
  13. right: 0;
  14. }
  15.  
  16. .picture1 #first{
  17. position: absolute;
  18. right: 0;
  19. padding-top: 35%;
  20. width: 30%;
  21. }
  22.  
  23. .btn-sample {
  24. color: #fff;
  25. border: 2px solid #fff;
  26. padding: 15px 40px;
  27. text-decoration: none;
  28. background-color:transparent;
  29. }
  30.  
  31. .btn-sample:hover{
  32. color: #2F4F4F;
  33. background-color: #fff;
  34. border-color: #FFFFFF;
  35. }
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty