added basic HTML Semantic Elements

This commit is contained in:
Sebastian Wendel 2024-02-18 12:51:04 +01:00
parent 88f20d462b
commit f1572f95bc

View file

@ -16,6 +16,8 @@
<link rel="stylesheet" href="./css/srx.css">
</head>
<body>
<main>
<article>
<div class="relative overflow-hidden bg-white">
<div class="pb-80 pt-16 sm:pb-40 sm:pt-24 lg:pb-48 lg:pt-40">
<div class="relative mx-auto max-w-7xl px-4 sm:static sm:px-6 lg:px-8">
@ -71,5 +73,7 @@
</div>
</div>
</div>
</article>
</main>
</body>
</html>