Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. html, body {
  2. height: 100%;
  3. }
  4.  
  5. body {
  6. background: linear-gradient(to bottom, #a7cfdf 0%,#23538a 100%);
  7. background-size: cover;
  8. }
  9.  
  10. div.upperAd {
  11. width:100%;
  12. height: 30px;
  13. border: 2px solid blue;
  14. color: blue;
  15. padding: 10px;
  16. }
  17.  
  18. .wrap > div {
  19. box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  20. border-radius: 5px;
  21. padding: 15px;
  22. background-color: white;
  23. width: 30%;
  24. margin: 1%;
  25. }
  26.  
  27. div.wrap {
  28. display: flex;
  29. justify-content: space-around;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement