-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
151a77e
commit e5fb1b3
Showing
6 changed files
with
66 additions
and
53 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<h1><span class="ray-text--h1">Heading 1</span></h1> | ||
<h2><span class="ray-text--h2">Heading 2</span></h1> | ||
<h3><span class="ray-text--h3">Heading 3</span></h1> | ||
<h4><span class="ray-text--h4">Heading 4</span></h1> | ||
<h5><span class="ray-text--h5">Heading 5</span></h1> | ||
<h6><span class="ray-text--h6">Heading 6</span></h1> | ||
<span class="ray-text--h1">Heading 1</span><br /> | ||
<span class="ray-text--h2">Heading 2</span><br /> | ||
<span class="ray-text--h3">Heading 3</span><br /> | ||
<span class="ray-text--h4">Heading 4</span><br /> | ||
<span class="ray-text--h5">Heading 5</span><br /> | ||
<span class="ray-text--h6">Heading 6</span><br /> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<ol> | ||
<li>Item one</li> | ||
<li>Item two</li> | ||
<li>Item three</li> | ||
<li> | ||
Item four | ||
<ul> | ||
<li>and a one</li> | ||
<li>and a two</li> | ||
<li>and a three</li> | ||
</ul> | ||
</li> | ||
<li>Item five</li> | ||
</ol> |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,11 +41,4 @@ | |
} | ||
} | ||
} | ||
|
||
ul, | ||
li { | ||
list-style-type: none; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
} |
This file contains 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
This file contains 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