first html and css files for the test website

master
Max Lehmann 5 years ago
commit 9c0000697b

@ -0,0 +1,13 @@
<!DOCTYPE HTML>
<html>
<head>
<title>My page</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>My webpage</h1>
<p>I started it to test <br/> <b>Git</b></p>
</body>
</html>

@ -0,0 +1,15 @@
body { background: black;
color:white;
}
p {
text-decoration: underline;
text-decoration-style: wavy;
text-decoration-color: blueviolet;
}
h1 {
font-weight: 600;
font-family: arial;
}
Loading…
Cancel
Save