Skip to content

Commit

Permalink
Update farmer.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshchauhan3104 authored Apr 13, 2024
1 parent 88f9eb5 commit b50b2d7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions farmer.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ input:focus{
}

#central_part{
background-color: darkseagreen;
background-color: white;
padding: 1rem;
width: 100vw;
position: relative;
Expand Down Expand Up @@ -111,11 +111,13 @@ input:focus{
flex-wrap: wrap;
flex-grow: 1;
display: inline-block;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: 0.3s;


}
#lower_part{
background-color:darkolivegreen;
background-color:white;
width: 100vw;
position: relative;
z-index: -1;
Expand All @@ -134,7 +136,7 @@ input:focus{

}
#down_part{
background-color:darkgreen;
background-color:white;
padding: 1rem;
width: 100vw;
position: relative;
Expand All @@ -148,7 +150,7 @@ input:focus{
padding: 1rem 1rem;
}
#rotation{
background-color:darkolivegreen;
background-color:white;
padding: 1rem;
width: 100vw;
position: relative;
Expand Down

0 comments on commit b50b2d7

Please sign in to comment.