Advertisement
makispaiktis

Codecademy - 6th Exercise - Visual Rules (CSS)

Sep 3rd, 2019 (edited)
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. .header{
  2.   background-color: CornflowerBlue;
  3.   text-align: center;
  4. }
  5.  
  6. .about-me{
  7.   font-size: 20px;
  8.   opacity: 0.5;
  9. }
  10.  
  11. .title{
  12.   font-weight: bold;
  13. }
  14.  
  15. h1{
  16.   color: Azure;
  17. }
  18.  
  19. body{
  20.   font-family: Georgia;
  21.   background-image: url("https://s3.amazonaws.com/codecademy-content/courses/learn-css-selectors-visual-rules/hypnotize_bg.png");
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement