Advertisement
Guest User

style css

a guest
Dec 10th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. //Vezi ca unele valori sunt schimbate ca sa se potriveasca la pagina mea//
  2.  
  3. body
  4. {
  5. background-color: #aaaabd;
  6. }
  7. #header
  8. {
  9. background-color: #858596;
  10. height: 20%;
  11. width: 70%;
  12. margin:auto;
  13. }
  14. #menu
  15. {
  16. background-color: #656176;
  17. height: 17%;
  18. width: 70%;
  19. margin:auto;
  20. text-align: inherit;
  21. }
  22. #content
  23. {
  24. background-color: #494961;
  25. height:auto;
  26. width: 70%;
  27. margin:auto;
  28. overflow-y: auto;
  29. overflow-x: auto;
  30. }
  31. #footer
  32. {
  33. background-color: #262643;
  34. height: 10%;
  35. width: 70%;
  36. margin:auto;
  37. border:1px solid #262643;
  38. border-top-right-radius: 50px;
  39. border-top-left-radius: 50px;
  40. }
  41. .dropbtn
  42. {
  43. background-color: #594961;
  44. color: white;
  45. padding: 13px;
  46. font-size: 16px;
  47. border: none;
  48. text-shadow: 2px 2px 5px black;
  49. }
  50. .button
  51. {
  52. position:relative;
  53. display: inline-block;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement