Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created August 21, 2023 13:09
Show Gist options
  • Save codecademydev/745ed4b8f332c0d3478775f9c4081000 to your computer and use it in GitHub Desktop.
Save codecademydev/745ed4b8f332c0d3478775f9c4081000 to your computer and use it in GitHub Desktop.
Codecademy export
.header{
background-color:CornflowerBlue;
text-align:center;
}
.about-me{
font-size:20px;
opacity:0.5;
}
.title{
font-weight:bold;
}
h1{
color:Azure;
}
body{
font-family:Georgia;
background-image:
url("https://content.codecademy.com/courses/learn-css-selectors-visual-rules/hypnotize_bg.png");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment