Created
May 12, 2021 03:24
-
-
Save yjsoon/8e4df2065afb8e6d6d272d2e6dd7724f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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