Last active
October 24, 2016 14:01
-
-
Save cesine/8d26ca9c52786b2aa0d5209d627e19a0 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=8d26ca9c52786b2aa0d5209d627e19a0
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Movies and Shows</title> | |
</head> | |
<body> | |
<h1>Best Movies and TV Shows Ever!</h1> | |
<ol> | |
<li>Finding Dory</li> | |
<li>Game of Thrones</li> | |
<li>Star Wars: The Force Awakens</li> | |
<li>Life of Pi</li> | |
<li>Dancing with the Stars</li> | |
<li>The Walking Dead</li> | |
</ol> | |
</body> | |
</html> | |
This file contains hidden or 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
.tv-shows { | |
} | |
.movies { | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CSS styling practice