Skip to content

Commit

Permalink
A Complete Responsive on desktop mobile and tab Final Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aanafiu committed Jul 13, 2024
1 parent 884eda6 commit 279948e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ nav{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin: 0 auto;
margin:0 auto;
display: flex;
justify-content: center;
text-align: center;
Expand All @@ -94,13 +94,15 @@ nav{
justify-content: center;
align-items: center;
/* margin: 0 10% ; */
width: 90vw;
width: 80vw;
/* position: absolute; */
}
.boy-logo{
width:250px;
margin:0 auto;
flex-grow: 1;
max-height: 400px;
width: 300px;
margin:0 auto ;
/* padding: 100px 0 0; */
/* background-color: aqua; */
/* box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.329); */
}
Expand All @@ -109,7 +111,7 @@ nav{
color: #0D1321;
font-weight:800 ;
font-size: 48px;
margin: 30px 0 30px ;
margin: 0 0 30px ;

}
.all-p{
Expand Down

0 comments on commit 279948e

Please sign in to comment.