Advertisement
TheZenGuy

designproject2style

Dec 11th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. a {
  2.     color:#c7c7c7;
  3.     text-decoration:none;
  4. }
  5. a:visited {
  6.     color:#000000;
  7. }
  8. a:hover {
  9.     background-color:#555555;
  10.     color:#c7c7c7;
  11. }
  12. body {
  13.     font-family:Arial;
  14.     font-size:14pt;
  15.     background-color:#ff3728;
  16.     color:#ffffff;
  17. }
  18. p {
  19.     text-align:justify;
  20. }
  21. header {
  22.     width:750px;
  23.     line-height:125px;
  24.     margin:auto;
  25. }
  26. nav {
  27.     width:750px;
  28.     margin:auto;
  29.     background-color:#dd812a
  30. }
  31. section {
  32.     width:750px;
  33.     height:1000px;
  34.     background-color:#a02118;
  35. }
  36. article {
  37.     background-color:#ff3728;
  38.     width:75%;
  39.     height:40%;
  40.     border-radius:5px;
  41. }
  42. aside {
  43.     background-color:#dd812a;
  44.     width:25%
  45.     height:40%
  46.     border-radius:5px;
  47. }
  48. div {
  49.     height:10px;
  50.     width:750px;
  51.     clear:both;
  52. }
  53. footer {
  54.     background-color:#dd812a;
  55.     line-height:14pt;
  56.     margin:auto;
  57. }
  58.  
  59. <link rel="stylesheet" href="designproject2style.css">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement