mirror of
https://github.com/Alvin-Zilverstand/Challenge_14_Magazijn_App_plannen.git
synced 2026-03-06 13:22:25 +01:00
nee
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<li>
|
<ul>
|
||||||
<a href=""><button>hallo</button></a>
|
<li><a href=""><button>hallo</button></a></li>
|
||||||
<a href=""><button>alvin</button></a>
|
<li><a href=""><button>alvin</button></a></li>
|
||||||
<a href=""></a><button>kkk</button>
|
<li><a href=""></a><button>Senna</button></li>
|
||||||
</li>
|
</ul>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,24 @@
|
|||||||
body{
|
body{
|
||||||
background-color: blueviolet;
|
background-color: greenyellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
header{
|
|
||||||
color: black;
|
ul {
|
||||||
outline: red solid 10px;
|
list-style-type: none;
|
||||||
width: auto;
|
margin: 0;
|
||||||
height: 100px;
|
padding: 0;
|
||||||
|
background-color: #333333;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button{
|
button{
|
||||||
width: auto;
|
font-size: large;
|
||||||
align-items: center;
|
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
|
||||||
|
background-color: chocolate;
|
||||||
|
height: 100px;
|
||||||
|
width: 150px;
|
||||||
|
margin: 1rem;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user