Skip to content

Commit ca96048

Browse files
committed
Changed navbar, background
1 parent 70826e2 commit ca96048

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

css/Fermat.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#navbarLogo {
2+
height: 100px;
3+
width: 150px;
4+
5+
}

css/custom-style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ background-size:cover;
3636

3737
#section-testimonial{ background:url(../images/background/bg-2.jpg) top fixed;}
3838

39+
#navbarLogo {
40+
height: 100px;
41+
width: 200px;
42+
43+
}
44+

images/background/background-1.png

-277 KB
Loading

images/trial1.png

39.9 KB
Loading

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<!-- CSS Files
1818
================================================== -->
1919
<link rel="stylesheet" href="css/bootstrap.css" type="text/css">
20+
<link rel="stylesheet" href="css/Fermat.css" type="text/css">
2021
<link rel="stylesheet" href="css/jpreloader.css" type="text/css">
2122
<link rel="stylesheet" href="css/animate.css" type="text/css">
2223
<link rel="stylesheet" href="css/flexslider.css" type="text/css">
@@ -74,7 +75,7 @@
7475
<!-- logo begin -->
7576
<h1 id="logo">
7677
<a href="index.html">
77-
<img class="logo-1" src="images/trial1.png" alt="">
78+
<img id = "navbarLogo"class="logo-1" src="images/trial1.png" alt="">
7879
<img class="logo-2" src="images/trial1.png" alt="">
7980
</a>
8081
</h1>

0 commit comments

Comments
 (0)