Skip to content

Commit

Permalink
added style.css file
Browse files Browse the repository at this point in the history
updated font
  • Loading branch information
Nishant-Chamate authored Aug 8, 2023
1 parent dd6bb61 commit c025fe5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,25 @@ html,body{
.bounding{
overflow: hidden;
width: fit-content;
font-family: "General Sans Medium";

}

h5{
transform: translateY(100%);
font-family: "General Sans Medium";
}


#secondh1{
transform: translateY(100%);
transition-duration: -1s;
font-family: "General Sans Medium";
}

.bounding .boundingelem{
transform: translateY(100%);
font-family: "General Sans Medium";
}


Expand Down Expand Up @@ -98,6 +102,7 @@ h5{

#heading #secondh1{
margin-left: 14.375rem;
font-family: "General Sans Medium";
}

.blocktext{
Expand Down

0 comments on commit c025fe5

Please sign in to comment.