Initial commit
This commit is contained in:
16
HTML/html-kurs/Basics/kindselektoren/kindselektoren.css
Normal file
16
HTML/html-kurs/Basics/kindselektoren/kindselektoren.css
Normal 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;
|
||||
}
|
||||
24
HTML/html-kurs/Basics/kindselektoren/kindselektoren.html
Normal file
24
HTML/html-kurs/Basics/kindselektoren/kindselektoren.html
Normal 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>
|
||||
Reference in New Issue
Block a user