Skip to content

Commit

Permalink
Merge pull request #19 from tinkersain/tanisha
Browse files Browse the repository at this point in the history
Tanisha
  • Loading branch information
tinkersain authored Jul 7, 2024
2 parents 1bb9031 + 2500e62 commit 1402a46
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions imgdesc.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ body {
padding: 0;
box-sizing: border-box;
}

.container {
width: 100%;
margin: 0 auto;
background-color: #d7e3f8;
box-sizing: border-box;
}

.nav {
display: flex;
justify-content: space-between;
Expand All @@ -22,7 +20,6 @@ body {
.nav-links {
display: flex;
}

.nav-links a {
background-color: #92abcb;
padding: 10px;
Expand All @@ -33,7 +30,6 @@ body {
text-decoration: none;
border-radius: 6px;
}

.nav-links a:hover {
background-color: black;
color: white;
Expand All @@ -46,7 +42,6 @@ body {
.nav-logo img {
width: 25%;
}

.input-section {
display: flex;
justify-content: space-around;
Expand All @@ -55,10 +50,10 @@ body {
margin-top: 1%;
}

.input-section input {
border: 3px solid #243185;
border-radius: 8px;
padding: 1% 7% 1% 7%;
.input-section input,
.input-section button {
background-color: #ffffff;
padding: 10px;
margin: 5px;
text-align: center;
}
Expand Down Expand Up @@ -93,8 +88,7 @@ body {
}
.content2 {
display: flex;
flex-direction: row;
gap: 2%;
gap: 20px;
justify-content: space-between;
}
.data,
Expand Down

0 comments on commit 1402a46

Please sign in to comment.