Created
October 12, 2016 22:37
-
-
Save RCTumolac/382086af4d842e478ae4b9ede2afef0b to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=382086af4d842e478ae4b9ede2afef0b
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>CSS Practice</title> | |
</head> | |
<body> | |
<h1>Richard Cole Tumolac >_ </h1> | |
<h1> Initialize... </h1> | |
<ol> | |
<li> LOL I DON'T LISTEN TO MUSIC HUHHHH </li> | |
<li> LOOK AT ME I'M COOL </li> | |
</ol> | |
<table><tr><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td></tr></table> | |
<table><tr><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td><td> | |
<img src= "http://speed.arungudelli.com/wp-content/uploads/2013/09/MatrixEffect.gif?ea41de"> | |
</td></tr></table> | |
</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
/* | |
Task: On line 6 Use css to make the words on this page the color #ef5330 | |
Bonus: Change the font-family of this text "Roboto Slab" font and | |
*/ | |
h1{ | |
color: #7CFC00; | |
font-family: "Verdana" | |
} | |
body{ | |
background-color: Black | |
} | |
h3{ | |
color: #7CFC00; | |
} | |
li{ color: #7CFC00 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment