Advertisement
Atanasov_88

Untitled

Feb 14th, 2017
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.06 KB | None | 0 0
  1. body{
  2.  
  3.     background: url("images/food-image-bg.png") no-repeat;
  4.     background-size: cover;
  5.     font-family: 'Lato', sans-serif;
  6.     font-size: 16px;
  7.     color: #ffffff;
  8. }
  9.  
  10. h1{
  11.     color: #ffffff;
  12.     text-transform: uppercase;
  13.     text-align: right;
  14.     font-size: 70px;
  15.     padding-right: 25px;
  16. }
  17. main ul {
  18.     text-align: right;
  19.     color: #ffffff;
  20.     list-style: none;
  21.     line-height: 100%;
  22. }
  23.  
  24. .step{
  25.     padding-bottom: 15px;
  26.     padding-top: 15px;
  27.     padding-right: 15px;
  28.     padding-left: 525px;
  29.     text-align: right;
  30.     margin-left: 20%;
  31. }
  32.  
  33. button{
  34.  
  35.     background-color: transparent;
  36.     cursor: pointer;
  37.     color: #ffffff;
  38.     border-radius: 15px;
  39.     padding: 10px 25px 10px 25px;
  40.     margin-left: 445px;
  41. }
  42.  
  43. button:hover{
  44.     background-color: #b5c640;
  45. }
  46.  
  47.     .recipies-info p{
  48.  
  49.         color: #ffffff;
  50.         display: inline-block;
  51.         font-weight: bold;
  52.         padding-left: 115px;
  53.         margin-left: -14px;
  54.     }
  55.  
  56.     .recipies-info p span{
  57.        color: #b5c640;
  58.         font-weight: bold;
  59.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement