Skip to content

Commit 92c7161

Browse files
author
Mike Young
committed
edited title
1 parent f2d96fc commit 92c7161

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

css/effects.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,23 @@ pre {
5151
color: #000;
5252
}
5353

54+
.modal-body p
55+
{
56+
letter-spacing: 0px;
57+
text-transform: none;
58+
font-size: 16px;
59+
}
60+
5461
.navbar-inverse {
5562
color: #fff;
5663
background-color: rgba(255,255,255,0.2);
5764
border-bottom: 1px solid #fff;
5865
}
5966

67+
ul.nav.navbar-nav {
68+
float: right;
69+
}
70+
6071
.navbar-inverse .navbar-brand , .navbar-inverse .navbar-nav>li>a {
6172
color: #fff;
6273
}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
5252
<ul class="nav navbar-nav">
5353
<li>
54-
<a href="https://twitter.com/mike_youngg">Mike young</a>
54+
<a href="https://twitter.com/mike_youngg"><i class="fa fa-twitter fa-lg"></i> Mike young</a>
5555
</li>
5656
</ul>
5757
</div>
@@ -67,7 +67,7 @@
6767

6868
<div class="col-lg-12 text-center">
6969
<h1 class="page-header">Image hover effects</h1>
70-
<p class="titlep"> Click the link on the desired image hover effect to view the html and css code you can copy to use the effect</p>
70+
<p class="titlep">Click the link on the desired image hover effect to view the html and css code you can copy to use the effect</p>
7171
</div>
7272

7373
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">

0 commit comments

Comments
 (0)