Skip to content

Commit

Permalink
mobile view not working without removing all existing code
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuwan214 committed Dec 3, 2023
1 parent 15a8da7 commit 75a581b
Showing 1 changed file with 43 additions and 3 deletions.
46 changes: 43 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,13 @@ width: 100%;
height: 30px;
}

.profile-box2{
height: 450px;
.profile-box2{
border: solid white 15px;
padding: 20px;
height: 400px;
width: 100%;
background-image: url(muji.png);
background-size: contain;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #CFCFCF;
Expand All @@ -254,6 +256,44 @@ width: 100%;
font-family:"Montserrat", sans-serif ;
}

button{


border: 2px solid black;
background-color: white;
color: black;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
width: 160px;
height: 45px;
margin: 50px 10px;
position:relative;
left: 16%;

}

button:hover{
background-color: black;
color: white;
cursor: pointer;

}

.social-handle{

padding: 0 60px;
display: flex;
justify-content: space-evenly;
align-items: center;
}



.learn{
display: none;
}




}

0 comments on commit 75a581b

Please sign in to comment.