HTML
Links
- https://devdocs.io/
- http://www.freecodecamp.com/
- https://www.smashingmagazine.com/2016/04/web-developer-guide-color/
- CSS Units
- Browser Development Tools
Grundgerüst
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="style.css">
<style></style>
<title>Title</title>
</head>
<body>
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="js/app.js"></script>
</body>
</html>
CSS
- http://learnlayout.com/toc.html
- https://www.materialpalette.com/deep-orange/red
- Minimal CSS Dropin Demo
- Micro CSS List