This commit is contained in:
Fabian Märker
2021-10-25 13:36:16 +02:00
parent 0d61690fe2
commit e8d5e6c923
2 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
.überschrift {
text-decoration: solid;
text-align: center;
}

View File

@@ -6,10 +6,6 @@
<link rel="stylesheet" type="text/css" href="assest/design.css">
</head>
<body>
<nav class="menu">
<ul>
<li><a href="index.html"><img src="./assest/logo.png" width="150" height="150"></img></a></li>
</ul>
</nav>
<h1 class="überschrift">KBM</h1>
</body>
</html>