-
-
Save codecademydev/fc121dfc18120410f52b79522a24e290 to your computer and use it in GitHub Desktop.
Codecademy export
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
img{ | |
height:150px; | |
} | |
.description{ | |
font-size: 20px; | |
} | |
#cook-time{ | |
font-weight: bold; | |
} | |
.ingredients{ | |
list-style:square; | |
} | |
.time{ | |
color:gray; | |
} | |
.external-link{ | |
color:SeaGreen; | |
} | |
h1,h2,p,li{ | |
font-family:Helvetica; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment