Initial commit
This commit is contained in:
18
HTML/html-kurs/Basics/farben/farben.html
Normal file
18
HTML/html-kurs/Basics/farben/farben.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Farben</title>
|
||||
<link rel="stylesheet" type="text/css" href="farben.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="vordefiniert"></div>
|
||||
<div id="hexadezimal"></div>
|
||||
<div id="RGB"></div>
|
||||
<div class="hintergrund"><div id="RGBA"></div></div>
|
||||
<div id="HSL"></div>
|
||||
<div class="hintergrund"><div id="HSLA"></div></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user