Skip to content

Commit

Permalink
button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AinaKvammeBru committed Jan 11, 2024
1 parent b831c0d commit ab1ef78
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions Styling/styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,17 @@ footer .link_menu ul li a, #usermenu a {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row-reverse
flex-direction: row-reverse;
width: fit-content;
margin-left: auto;
margin-right: auto;
}

#step-up small{
color: white;
}

#step-up button, .button-previous {
#step-up button {
background: #e37d64;
color: black;
text-align: center;
Expand All @@ -152,7 +159,17 @@ footer .link_menu ul li a, #usermenu a {

}

#step-up button span {
.button-previous{
background: #e37d64;
color: black;
text-align: center;
border-radius: 5px;
margin-right: auto;
margin-left: auto;
height: fit-content;
}

#step-up button span, .button-previous span {
background: none;
padding-right: 1px;
padding-left: 1px;
Expand Down

0 comments on commit ab1ef78

Please sign in to comment.