26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="sv">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body style="background-color: lightyellow; text-align: center; font-family: sans-serif; padding: 50px 20px;">
|
|
|
|
<h1 style="color: orange; font-size: 50px; margin-bottom: 10px;">
|
|
Du är en stjärna!
|
|
</h1>
|
|
|
|
<p style="color: hotpink; font-size: 25px;">
|
|
Kom ihåg att du är viktig och att du gör världen bättre!
|
|
</p>
|
|
|
|
<img src="/img/1.webp" style="width: 100%; max-width: 400px; border: 8px solid pink; margin-bottom: 50px;">
|
|
|
|
<div style="background-color: white; margin: 0 auto; padding: 40px; border-radius: 50px; text-align: center; max-width: 700px; border: 8px solid #ffeb3b;">
|
|
<h2 style="color: #ff4081; font-size: 38px; margin-bottom: 10px;"> Dagens utmaning</h2>
|
|
<p style="font-size: 1.5rem; color: mediumpurple;">
|
|
Säg något snällt till en kompis!
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|