Skip to content

Instantly share code, notes, and snippets.

@RocketRene
Created November 18, 2023 19:28
Show Gist options
  • Save RocketRene/1f99ed15648e27398c6807097250e4e1 to your computer and use it in GitHub Desktop.
Save RocketRene/1f99ed15648e27398c6807097250e4e1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mein Urlaub</title>
<style>
h1 {color: aqua;
}
h3 {
color: red;
}
#schlecht{
color: greenyellow;
}
.beschreibung{
color: orange;
}
</style>
</head>
<body>
<h1>Mein Urlaub </h1>
<h3>Was am schönsten In china und Indien War</h3>
<img src="https://media.istockphoto.com/id/1074076764/fr/photo/port-de-yangshan-de-shanghai.webp?s=1024x1024&w=is&k=20&c=dy-1BCzkTGIM2L2eR7IX9_Rzam57OOT-swUsRh4VUvg=" />
<p class="beschreibung">Es war sehr schön mit meinem Putz</p>
<h3 id="schlecht">Was uns garnicht gefallen hat</h3>
<p>
nicht so viel
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment