This commit is contained in:
HodiamontHods
2025-09-30 09:49:14 +02:00
parent c479cc7986
commit 2a4188a3e6
2 changed files with 22 additions and 13 deletions

View File

@@ -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>

View File

@@ -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;
}