File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments