Advertisement
ADL_Rodrigo_Silva

Untitled

Apr 13th, 2022
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.92 KB | None | 0 0
  1. .pandearriba {
  2.     width: 450px;
  3.     height: 70px;
  4.     background: #ECDC84;
  5.     position: relative;
  6.     top: 40px;
  7.     left: 60px;
  8.     border-top-left-radius: 60px;
  9.     border-top-right-radius: 60px;
  10.     border-bottom-left-radius: 20px;
  11.     border-bottom-right-radius: 20px;
  12.     border-bottom-style: outset;
  13.     border-bottom-width: 8px;
  14.     border-bottom-color: #f36c3b;
  15. }
  16.  
  17. .salchicha {
  18.     width: 500px;
  19.     height: 50px;
  20.     background: #AD4824;
  21.     position: relative;
  22.     top: 40px;
  23.     left: 40px;
  24.     border-radius: 40px;
  25.    
  26. }
  27.  
  28. .pandeabajo {
  29.     width: 450px;
  30.     height: 70px;
  31.     background: #ECDC84;
  32.     position: relative;
  33.     top: 40px;
  34.     left: 60px;
  35.     border-top-left-radius: 20px;
  36.     border-top-right-radius: 20px;
  37.     border-bottom-left-radius: 60px;
  38.     border-bottom-right-radius: 60px;
  39.     border-top-style: outset;
  40.     border-top-width: 8px;
  41.     border-top-color: #d3633b;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement