Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .pandearriba {
- width: 450px;
- height: 70px;
- background: #ECDC84;
- position: relative;
- top: 40px;
- left: 60px;
- border-top-left-radius: 60px;
- border-top-right-radius: 60px;
- border-bottom-left-radius: 20px;
- border-bottom-right-radius: 20px;
- border-bottom-style: outset;
- border-bottom-width: 8px;
- border-bottom-color: #f36c3b;
- }
- .salchicha {
- width: 500px;
- height: 50px;
- background: #AD4824;
- position: relative;
- top: 40px;
- left: 40px;
- border-radius: 40px;
- }
- .pandeabajo {
- width: 450px;
- height: 70px;
- background: #ECDC84;
- position: relative;
- top: 40px;
- left: 60px;
- border-top-left-radius: 20px;
- border-top-right-radius: 20px;
- border-bottom-left-radius: 60px;
- border-bottom-right-radius: 60px;
- border-top-style: outset;
- border-top-width: 8px;
- border-top-color: #d3633b;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement