Wiki
Home

HTML

- <https://devdocs.io/>
- <http://www.freecodecamp.com/>
- <https://www.smashingmagazine.com/2016/04/web-developer-guide-color/>
- [CSS Units](https://carlmultimedia.com/px-vs-rem-vs-em/)
- [Browser Development Tools](https://christianheilmann.com/2021/11/01/developer-tools-secrets-that-shouldnt-be-secrets/)

Grundgerüst

- <http://wiki.selfhtml.org/wiki/HTML/Tutorials/HTML5-Grundstruktur>
  
 <!doctype html>
 <html lang="de">
 <head>
   <meta charset="utf-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   <meta name="keywords" content="Diese Angaben sind nicht mehr so wichtig und können weggelassen werden">
   <link rel="stylesheet" href="style.css">
   <style>
     <!--- Platz für CSS -->
   </style>
   <title>Meine erste HTML5-Seite</title>
 </head>

CSS

- <http://learnlayout.com/toc.html>
- <https://www.materialpalette.com/deep-orange/red>
- [Minimal CSS Dropin Demo](https://dohliam.github.io/dropin-minimal-css/)
- [Micro CSS List](https://github.com/sw-yx/spark-joy/blob/master/README.md#drop-in-css-frameworks)

Icons

- [Hackernews Thread](https://news.ycombinator.com/item?id=29866570)
- [Phosphor Icons](https://phosphoricons.com/)
- [Iconoir](https://iconoir.com/)
- [MaterialDesign Icons](https://materialdesignicons.com/)
- [OpenMoji](https://openmoji.org/)
- 

Color Palettes

- [Coolors](https://coolors.co/)
- [Canva](https://www.canva.com/colors/color-palette-generator/)
- 

Stock Images

- [Pexels](https://www.pexels.com/)
- [Unsplash](https://unsplash.com/)