mirror of
https://github.com/Alvin-Zilverstand/Challenge_14_Magazijn_App_plannen.git
synced 2026-03-06 11:06:39 +01:00
css changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
body{
|
body{
|
||||||
background-color: greenyellow;
|
background-color: #cd977e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -7,16 +7,17 @@ ul {
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #333333;
|
background-color: #d3705a;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button{
|
button{
|
||||||
|
color: white;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
|
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
|
||||||
background-color: chocolate;
|
background-color: #1f4952;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user