We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8c0fc commit 98ebbc6Copy full SHA for 98ebbc6
css/style.css
@@ -47,6 +47,7 @@ header{
47
display: inline-block;
48
list-style: none;
49
margin-left: 40px;
50
+ margin-top: 20px;
51
}
52
53
.main-nav li a{
index.html
@@ -17,7 +17,7 @@
17
<header>
18
<nav>
19
<div class="row clearfix">
20
- <img src="images/logo.png" style="width:120px;height:110px;" class="logo">
+ <img src="images/logo.png" style="width:50px;height:50px;" class="logo">
21
22
<ul class="main-nav animated slideInDown" id="check-class">
23
<li><a href="http://nafi.epizy.com/Blog/Content/index.php"><span>NAFI<span
0 commit comments