This repository has been archived on 2026-08-16. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Mein erstes CSS</title>
|
|
</head>
|
|
<body>
|
|
Dieser <span style="color:magenta; background-color:aquamarine;">Text</span> soll schöner werden.
|
|
</body>
|
|
</html> |