Tweaks
This commit is contained in:
parent
9ae96ba419
commit
db96a298fb
9 changed files with 1111 additions and 149 deletions
18
example.html
18
example.html
|
|
@ -396,7 +396,7 @@
|
|||
<p>Aufbau, Standardwerte</p>
|
||||
</header>
|
||||
<article>
|
||||
<p>&ellip;</p>
|
||||
<p>…</p>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
|
|
@ -486,12 +486,22 @@ nav.nav__center_old>ul>(li>a.a__button{Typ $})*4</code></pre>
|
|||
<header id="js_demo_fix" class="header__page demo__header header__fix">
|
||||
<nav class="nav__right">
|
||||
<ul>
|
||||
<li><a href="" class="a__button">One</a></li>
|
||||
<li><a href="" class="a__button">Two</a></li>
|
||||
<li><a href="" class="a__button">Eins</a></li>
|
||||
<li><a href="" class="a__button">Zwei</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<footer class="pos_abs pos_bottom demo__footer"></footer>
|
||||
<footer class="pos_abs pos_bottom demo__footer">
|
||||
<nav class="nav__column">
|
||||
<ul>
|
||||
<li><a href="" class="a__button_text">Alpha</a></li>
|
||||
<li><a href="" class="a__button_text">Bravo</a></li>
|
||||
<li><a href="" class="a__button_text">Charlie</a></li>
|
||||
<li><a href="" class="a__button_text">Delta</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<p class="txt_center">👨💻 mit ❤ von <a href="https://interaktionsweise.de">Interaktionsweise</a></p>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<div class="flex_child"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue