noscript headings added
This commit is contained in:
parent
9fffc4aee1
commit
4fa51bd266
1 changed files with 14 additions and 0 deletions
14
index.html
14
index.html
|
@ -149,6 +149,18 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list .magician {
|
||||||
|
color: #ffffff;
|
||||||
|
font-family: "Daniel Black", "Jenna Sue", "TeXGyreChorus", "URW Chancery L", cursive;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list .developer {
|
||||||
|
color: #ffffff;
|
||||||
|
font-family: "TeXGyreCursor", "Tlwg Typist", "Courier New", monospace;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Piwik -->
|
<!-- Piwik -->
|
||||||
|
@ -182,9 +194,11 @@
|
||||||
|
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
|
<h1 class="magician">Zauberkünstler</h1>
|
||||||
<a href="https://www.sp-magic.de"><img src="img/sp-magic.png"/></a>
|
<a href="https://www.sp-magic.de"><img src="img/sp-magic.png"/></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
|
<h1 class="developer">Softwareentwickler</h1>
|
||||||
<a href="https://www.sp-codes.de"><img src="img/sp-codes.png"/></a>
|
<a href="https://www.sp-codes.de"><img src="img/sp-codes.png"/></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue