Skip to content

Commit

Permalink
Add an inverse style.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Feb 26, 2014
1 parent 32195e7 commit 87c584f
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion logos.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,26 @@
font-size: 200px;
}

.title-inverse {
padding-top: 3em;
padding-bottom: 5em;
padding-left: 2em;

background-color: black;
}

.title-inverse .title a {
background-color: white;
}

.title-inverse .title a h1 {
color: black;
}

</style>

<div class="container">
<div class="col-md-4">
<div class="col-md-12">
<div class="box">
<div class="title single-character">
<a href="#"><h1>E</h1></a>
Expand All @@ -50,5 +66,11 @@
</div>
</div>

<div class="box title-inverse">
<div class="title big">
<a href="#"><h1>Exciting</h1></a>
</div>
</div>

</div>
</div>

0 comments on commit 87c584f

Please sign in to comment.