mirror of
https://github.com/Alvin-Zilverstand/Challenge_14_Magazijn_App_plannen.git
synced 2026-03-06 02:56:48 +01:00
nee
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<li>
|
||||
<a href=""><button>hallo</button></a>
|
||||
<a href=""><button>alvin</button></a>
|
||||
<a href=""></a><button>kkk</button>
|
||||
</li>
|
||||
<ul>
|
||||
<li><a href=""><button>hallo</button></a></li>
|
||||
<li><a href=""><button>alvin</button></a></li>
|
||||
<li><a href=""></a><button>Senna</button></li>
|
||||
</ul>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
@@ -1,15 +1,24 @@
|
||||
body{
|
||||
background-color: blueviolet;
|
||||
background-color: greenyellow;
|
||||
}
|
||||
|
||||
header{
|
||||
color: black;
|
||||
outline: red solid 10px;
|
||||
width: auto;
|
||||
height: 100px;
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #333333;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
button{
|
||||
width: auto;
|
||||
align-items: center;
|
||||
font-size: large;
|
||||
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