Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyanshuValiya authored Nov 1, 2024
1 parent 4647d4d commit ffa5666
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
.body{
background-color: rgb(102, 102, 247);
}
.container{
background-color: white;
height: 300px;
border: 2.5px solid black;
border-radius: 1rem;
}
.div{
display: flex;
justify-content: space-evenly;
}
#country-inp{
border: 2px solid black;
border-radius: 8px;
padding-left: 5px;
}
.main{
text-align: center;
margin-top: 100px;
}
.get{
margin-top: 15px;
}
.info{
height: 216px;
width: 323px;
margin-top: 30px;
margin-left: 35px;
border: 2px solid black;
}
.flag{
height: 80px;
width: 118px;
margin-top: 5px;
border: 1px solid black;
}
.body {
background-color: rgb(102, 102, 247);
}

.container {
background-color: white;
height: 300px;
border: 2.5px solid black;
border-radius: 1rem;
}

.div {
display: flex;
justify-content: space-evenly;
}

#country-inp {
border: 2px solid black;
border-radius: 8px;
padding-left: 5px;
}

.main {
text-align: center;
margin-top: 100px;
}

.get {
margin-top: 15px;
}

.info {
height: 216px;
width: 323px;
margin-top: 30px;
margin-left: 35px;
border: 2px solid black;
}

.flag {
height: 80px;
width: 118px;
margin-top: 5px;
border: 1px solid black;
}

0 comments on commit ffa5666

Please sign in to comment.