Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Link to @wilto
  • Loading branch information
bpd01001 committed Oct 24, 2018
1 parent 5350e64 commit 1e32417
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions css/main.css
Expand Up @@ -7,6 +7,15 @@ h1,h2, h3, h4, h5, h6 {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}

a:link {
color: rgb(101, 101, 206);
}
a:hover{
color:rgb(61, 61, 126);
}
a:visited {
color:rgb(107, 107, 121)
}


figure.quote {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -14,7 +14,7 @@
<h1>Using the &lt;picture&gt; Element</h1>
<figure class="quote">
<blockquote><code>srcset</code> if you’re lazy, <code>picture</code> if you’re crazy™</blockquote>
<figcaption>Mat Marquis</a></figcaption>
<figcaption><a href="https://twitter.com/wilto">Mat Marquis</a></figcaption>
</figure>

<p>
Expand Down

0 comments on commit 1e32417

Please sign in to comment.