Skip to content

Commit

Permalink
update hr and add divider images
Browse files Browse the repository at this point in the history
  • Loading branch information
traumverloren committed Aug 13, 2016
1 parent e5bbba9 commit 4471d6c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
8 changes: 8 additions & 0 deletions geolize.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ h5,
h6 {
font-family: "Comic Sans MS", "Comic Sans", cursive;
}

/* Horizontal Rule */

hr {
background:url('../img/rainbow.gif');
height: 1px;
border: 0;
}
Binary file added img/construction.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/dragondivider.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/flames.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/rainbow.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/skater-divider.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tropical.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,18 @@ <h6> H6 header </h6>
<blockquote> This is a blockquote. </blockquote>
<hr>
<p> This is a <a href="#">link</a>. </p>

<hr>
<h2>Dividers</h2>
<img src="../img/dragondivider.gif" alt="dragon" /><br />
<img src="../img/flames.gif" alt="flames" /><br />
<img src="../img/skater-divider.gif" alt="skater" /><br />
<img src="../img/construction.gif" alt="construction" /><br />
<img src="../img/tropical.gif" alt="tropical" /><br />

<hr>
<img src="img/underconstruction.gif" alt="under construction animated image">

</body>

</html>

0 comments on commit 4471d6c

Please sign in to comment.