index
parent
990eff5d17
commit
30adbffa4c
16
index.html
16
index.html
|
@ -14,7 +14,7 @@
|
|||
<header>
|
||||
<img src="img/logo.svg" alt="Mein logo" title="Der Titel meines Bildes">
|
||||
<nav role="navigation">
|
||||
|
||||
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
@ -61,13 +61,25 @@
|
|||
<h2>CSS</h2>
|
||||
<h3>CSS Lernen</h3>
|
||||
<ul>
|
||||
<li><a href="https://developer.mozilla.org/de/docs/Learn/Getting_started_with_the_web/CSS_basics">CSS-Grundlagen</a></li>
|
||||
<li><a
|
||||
href="https://developer.mozilla.org/de/docs/Learn/Getting_started_with_the_web/CSS_basics">CSS-Grundlagen</a>
|
||||
</li>
|
||||
<li><a href="https://www.w3.org/Style/CSS/learning.de.html">CSS lernen W3C</a></li>
|
||||
<li><a href="https://www.w3schools.com/css/">CSS Tutorial</a></li>
|
||||
<li><a href="https://wiki.selfhtml.org/wiki/CSS/Tutorials">Selfhtml CSS</a></li>
|
||||
<li><a href="https://t3n.de/magazin/flexibler-als-gedacht-was-du-mit-248427/">CSS Übersicht</a></li>
|
||||
<li><a href="https://www.webdesign-journal.de/css3-animationen-leitfaden/">Leitfaden Animationen</a></li>
|
||||
</ul>
|
||||
<h3>CSS (minimal) Frameworks</h3>
|
||||
<ul>
|
||||
<li> <a href="https://milligram.io/">Milligram</a></li>
|
||||
<li><a href="https://minicss.org/">minicss</a></li>
|
||||
<li><a href="https://purecss.io/">Pure.css</a></li>
|
||||
<li><a href="https://css.sitetent.com/">TentCSS</a></li>
|
||||
<li><a href="http://getskeleton.com/">Skeleton</a></li>
|
||||
<li></li><a href="https://hankchizljaw.com/wrote/a-modern-css-reset/">A Modern CSS Reset</a> (Nur Reset-Funktion)
|
||||
</li>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
|
Loading…
Reference in New Issue