HTML

5.7_pinkfairyarm.css

Nov 18th, 2016
182
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1. div {
  2.         width:1000px;
  3. }
  4. header {
  5.         width:100%;
  6.         height:250px;
  7.         background:linear-gradient(black 20%, pink);
  8.         border:1px solid black;
  9.         border-top-left-radius:15px;
  10.         border-top-right-radius:15px;
  11.         border-style:inset;
  12.         float:left;
  13. }
  14. p {
  15.         font-family:Georgia;
  16.         font-size:20px;
  17. }
  18. nav {
  19.         width:100%;
  20.         height:50px;
  21.         background:pink;
  22.         border:1px solid black;
  23.         float:left;
  24. }
  25. article {
  26.         min-width:498px;
  27.         height:400px;
  28.         background:pink;
  29.         float:left;
  30.         border-right:1px solid black;
  31.         border-bottom:1px solid black;
  32.         border-top:1px solid black;
  33.         border-left:1px solid black;
  34. }
  35. aside {
  36.         min-width:499px;
  37.         height:400px;
  38.         background:pink;
  39.         border-left:1px solid black;
  40.         border-top:1px solid black;
  41.         border-bottom:1px solid black;
  42.         opacity:0.6;
  43.         float:left;
  44. }
  45. footer {
  46.         width:100%;
  47.         height:50px;
  48.         background:linear-gradient(pink, black);
  49.         border:1px solid black;
  50.         border-bottom-left-radius:15px;
  51.         border-bottom-right-radius:15px;
  52.         float:left;
  53. }
  54. button {
  55.         width:19%;
  56.         height:100%;
  57.         background-color:pink;
  58.         border:1px solid black;
  59.         color:black;
  60.         font-family:Georgia;
  61.         border-radius:15px;
  62. }
  63. a {
  64.         font-family:Geogia;
  65.         color:black;
  66. }
  67. h4 {
  68.         color:white;
  69.         font-family:Georgia;
  70.         font-size:20px;
  71. }
  72. h3 {
  73.         color:black;
  74.         font-family:Georgia;
  75.         font-size:20px;
  76. }
  77. form {
  78.         font-family:Georgia;
  79.         color:black;
  80.         font-size:20px;
  81. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment