Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:45:01 +02:00
commit f4a01d6a69
11601 changed files with 4206660 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
p > span {
color: red;
}
p > b {
color: blue;
}
span > b {
color: blue;
}
html > body > p > span > i {
color: green;
font-weight: bold;
}

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Kindselektoren</title>
<link rel="stylesheet" type="text/css" href="kindselektoren.css">
</head>
<body>
<h1>Esse edison bulb pok pok leggings semiotics, est la croix cold-pressed.</h1>
<p>
Labore 3 wolf moon hexagon, hell of anim polaroid deserunt celiac la croix next level.
<span>
<b>Occupy adaptogen kombucha, </b>
<i>heirloom banh mi messenger bag mumblecore franzen typewriter biodiesel artisan pork belly. </i>
</span>
Locavore duis nostrud, exercitation single-origin coffee slow-carb migas.
<b>Master cleanse chia slow-carb dreamcatcher pour-over, </b>
cardigan shabby chic sint tattooed vice ut velit intelligentsia exercitation ex.
</p>
<span>Slow-carb trust fund bicycle rights artisan four dollar toast fanny pack sunt.</span>
</body>
</html>