style.css hinzugefügt und HTML verknüpft
This commit is contained in:
parent
5734532edb
commit
2671658b31
9
joel-jonischus.css
Normal file
9
joel-jonischus.css
Normal 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
13
joel-jonischus.html
Normal 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>
|
||||
@ -0,0 +1 @@
|
||||
Das ist meine Datei!
|
||||
Loading…
x
Reference in New Issue
Block a user