style.css hinzugefügt und HTML verknüpft

This commit is contained in:
dionyschus 2026-03-12 10:57:29 +01:00
parent 5734532edb
commit 2671658b31
3 changed files with 23 additions and 0 deletions

9
joel-jonischus.css Normal file
View File

@ -0,0 +1,9 @@
body {
background-color: #824ce5;
font-family: sans-serif;
}
h1 {
color: #2c3e50;
text-align: center;
}

13
joel-jonischus.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="joel-jonischus.css">
</head>
<body>
</h1>Was geht denn so?</h1>
<p>Das ist ein einfacher Absatz, über den ich nicht weiter sprechen will.</p>
</body>
</html>

View File

@ -0,0 +1 @@
Das ist meine Datei!