Advertisement
makispaiktis

Codecademy - My Site (CSS)

Sep 5th, 2019 (edited)
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 KB | None | 0 0
  1. body{
  2.   font-family: Manjari;
  3.   background-color: rgb(40,180,125);
  4.   text-align: center;
  5. }  
  6.  
  7. nav{
  8.     text-align: left;
  9. }  
  10.  
  11. figcapture{
  12.   text-align: center;
  13.   font-family: Papyrus;
  14. }
  15.  
  16.  
  17. .list1 a, .list1 li{
  18.   font-size: 18px;
  19.   color: rgb(240,200,220);
  20. }
  21.  
  22. .papyrus{
  23.   font-family: Papyrus;
  24. }
  25.  
  26. h1.blue{
  27.   text-align: center;
  28.   font-weight: bold;
  29.   color: blue;
  30. }
  31.  
  32.  
  33. h1{
  34.   text-align: center;
  35.   font-weight: bold;
  36.   color: rgb(240,200,220);
  37. }
  38.  
  39. h2, figure{
  40.   text-align: center;
  41. }
  42.  
  43. p.aboutme, #about-me{
  44.   font-size: 16px;
  45.   font-family: Georgia;
  46.   color: Rebeccapurple
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement