nein
This commit is contained in:
BIN
AlexBrush-Regular.ttf
Normal file
BIN
AlexBrush-Regular.ttf
Normal file
Binary file not shown.
14
index.css
Normal file
14
index.css
Normal file
@@ -0,0 +1,14 @@
|
||||
@font-face {
|
||||
font-family: myFont; /* set name */
|
||||
src: url(AlexBrush-Regular.ttf); /* url of the font */
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #FFBDD6;
|
||||
}
|
||||
|
||||
.katzenhasser22 {
|
||||
font-family: myFont;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
15
index.html
Normal file
15
index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="katzenhasser22">
|
||||
<h1>Ich hasse männliche Katzen und Friedrich Merz</h1>
|
||||
<img src="https://media1.tenor.com/m/_WZy7E7hoTcAAAAd/cat-smile.gif">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user