Created
October 19, 2016 20:56
-
-
Save anaguzmn/7ef30f5960c4c1161bc189ecbd3f5503 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=7ef30f5960c4c1161bc189ecbd3f5503
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>Angie</title> | |
</head> | |
<body> | |
<h1> My name is Angie Gil</h1> | |
<p>My name is Angie, I"m mexican, an 11th grader and I'm also 16 years old. My favorite color is blue, I love puppies. A website that is visit very often is Instagram. I work as a cashier at a restaurant. My favorite things to do are to read and sleep. I don't have a favorite movie, but my favorite show is American Horror Story. Also, my favorite musician is Excision he's a canadian producer and DJ and my favorite book is "The Child Called "It"". I see myself as a psychiatrist in 10 years. </p> | |
<a href="Instagram.com">My favorite website! </a> | |
<img src="http://www.mapsofworld.com/images/world-countries-flags/mexico-flag.gif"> | |
<img src="http://www.planwallpaper.com/static/images/pictures-of-puppies.jpg"> | |
<img src="https://www.tacojohns.com/globalassets/2016-tacos-menu/taco-bravo---436x420.jpg"> | |
<img src=" http://www.stagepittsburgh.com/wp-content/uploads/2016/03/excision1.jpg"> | |
</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
h1{ | |
color: blue; | |
} | |
p{ | |
color: green; | |
} | |
h1{ | |
font-family: 'Wendy One', sans-serif; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment