Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- background: url("images/food-image-bg.png") no-repeat;
- background-size: cover;
- font-family: 'Lato', sans-serif;
- font-size: 16px;
- color: #ffffff;
- }
- h1{
- color: #ffffff;
- text-transform: uppercase;
- text-align: right;
- font-size: 70px;
- padding-right: 25px;
- }
- main ul {
- text-align: right;
- color: #ffffff;
- list-style: none;
- line-height: 100%;
- }
- .step{
- padding-bottom: 15px;
- padding-top: 15px;
- padding-right: 15px;
- padding-left: 525px;
- text-align: right;
- margin-left: 20%;
- }
- button{
- background-color: transparent;
- cursor: pointer;
- color: #ffffff;
- border-radius: 15px;
- padding: 10px 25px 10px 25px;
- margin-left: 445px;
- }
- button:hover{
- background-color: #b5c640;
- }
- .recipies-info p{
- color: #ffffff;
- display: inline-block;
- font-weight: bold;
- padding-left: 115px;
- margin-left: -14px;
- }
- .recipies-info p span{
- color: #b5c640;
- font-weight: bold;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement