Skip to content

Instantly share code, notes, and snippets.

@yjsoon
Created May 12, 2021 03:24
Show Gist options
  • Save yjsoon/8e4df2065afb8e6d6d272d2e6dd7724f to your computer and use it in GitHub Desktop.
Save yjsoon/8e4df2065afb8e6d6d272d2e6dd7724f to your computer and use it in GitHub Desktop.
body {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-style: italic;
color: blue;
font-size: 72px;
}
h2 {
color: #00ff00;
font-size: 36px;
text-shadow: 0 2px black;
}
img {
width: 50%;
}
ul {
background-color: #ddd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment