Skip to content

Instantly share code, notes, and snippets.

@IWH209
Last active January 13, 2017 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IWH209/e4d21477c23ab8faa7a9b1d6da573891 to your computer and use it in GitHub Desktop.
Save IWH209/e4d21477c23ab8faa7a9b1d6da573891 to your computer and use it in GitHub Desktop.
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
.red-text {
color: red;
}
 .smaller-image {
    width: 100px;
  }
h2 {
font-family: Lobster, Monospace;
}
p {
font-size: 16px;
font-family: Monospace;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<img class="smaller-image" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back. ">
<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment