Skip to content

Commit 49f5ef8

Browse files
Hello World!
1 parent 190a842 commit 49f5ef8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ header {
2424
transition: all 0.5s;
2525
}
2626

27-
header .logo {
27+
header .logo h1{
2828
color: #fff;
2929
height: 70px;
3030
line-height: 70px;
@@ -109,7 +109,7 @@ header nav ul li a:hover {
109109
z-index: -10;
110110
}
111111

112-
.about h1 {
112+
.about h2 {
113113
text-align: center;
114114
font-size: 40px;
115115
}
@@ -166,7 +166,7 @@ header nav ul li a:hover {
166166
margin-bottom: 50px;
167167
}
168168

169-
.skills h1 {
169+
.skills h2 {
170170
text-align: center;
171171
}
172172

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Navigation Bar Start -->
2121
<header class="navbars">
2222
<div class="logo">
23-
Programmer Gaurav
23+
<h1>Programmer Gaurav</h1>
2424
</div>
2525
<nav>
2626
<ul>
@@ -58,7 +58,7 @@ <h2>I want to change the World.</h2>
5858
</section>
5959
<!-- About me starts -->
6060
<div id="about" class="about">
61-
<h1>About Me</h1>
61+
<h2>About Me</h2>
6262
<div class="promo-area">
6363
<div class="container">
6464
<div class="row">
@@ -93,7 +93,7 @@ <h1>About Me</h1>
9393
<!-- About me End -->
9494
<!-- My skills start -->
9595
<div id="skills" class="skills">
96-
<h1>My skills</h1>
96+
<h2>My skills</h2>
9797
<div class="owl-carousels">
9898
<div class="skills-set"><img src="img/html-5.svg" alt="">HTML5</div>
9999
<div class="skills-set"><img src="img/css3.svg" alt="">CSS3</div>

0 commit comments

Comments
 (0)