Skip to content

Commit

Permalink
Fixes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
rishyym0927 committed Oct 2, 2024
1 parent 459fad9 commit 9ac39ec
Show file tree
Hide file tree
Showing 2 changed files with 288 additions and 230 deletions.
25 changes: 25 additions & 0 deletions global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;

}
body {
font-family: Arial, sans-serif;
height: 100%;
width: 100%;
font-family: "Poppins", sans-serif;
}


.poppins-thin {
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: normal;
}

.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
Loading

0 comments on commit 9ac39ec

Please sign in to comment.