Skip to content

Commit

Permalink
Update A.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarroy authored Aug 26, 2023
1 parent 5156215 commit defb10c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions A.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,100&family=Poppins:ital,wght@1,300&display=swap');

:root{
Expand Down Expand Up @@ -68,6 +69,7 @@ body{
align-items: center;
justify-content: space-between;
padding: 1.5rem 9%;
background-color: #444;
}

.header .logo{
Expand All @@ -93,12 +95,8 @@ body{
color: #fff;
cursor: pointer;
display: none;
}
.home .content{
text-align: center;
padding-top: 6rem;
margin: 2rem auto;
max-width: 70rem;
float: right;
}
.home .content h3{
color: #fff;
Expand Down

0 comments on commit defb10c

Please sign in to comment.