Created
October 17, 2016 21:13
-
-
Save anaguzmn/accecf98faa0b1a58000cb1852e8562f to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=accecf98faa0b1a58000cb1852e8562f
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>Page Title</title> | |
<link href="https://fonts.googleapis.com/css?family=Sacramento" rel="stylesheet"> | |
</head> | |
<body> | |
<h1> Ana Guzman </h1> | |
<p><img src= http://s3.india.com/wp-content/uploads/2016/06/FotorCreated1210.jpg </img> | |
</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{ | |
font-family: 'Sacramento', cursive; | |
} | |
h1{ | |
color: #df9f9f; | |
} | |
body{ | |
background-color:#ffeee6 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment