Skip to content

Commit

Permalink
Added style.css file
Browse files Browse the repository at this point in the history
updated css file
  • Loading branch information
Nishant-Chamate committed Aug 8, 2023
1 parent f0e96c7 commit dd6bb61
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
@import url(GeneralSans-Medium.otf);
@import url(GeneralSans-Regular.otf);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700;800&display=swap');
@import url('GeneralSans-Medium.otf');
@import url('GeneralSans-Regular.otf');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "General Sans";
font-family: 'Poppins', sans-serif;


}

Expand Down Expand Up @@ -85,15 +84,7 @@ h5{
margin-top: 5.625rem;
}

/* sticky navbar */
.sticky{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 8rem;
padding-bottom: 0;
}



#heading h1{
Expand Down

0 comments on commit dd6bb61

Please sign in to comment.