Use h1, h2 instead of CSS
This commit is contained in:
parent
3bf720d233
commit
32940562b5
@ -13,13 +13,13 @@
|
||||
<div id="main" class="inline-block">
|
||||
<main>
|
||||
<div class="section container">
|
||||
<div class="title">Contact</div>
|
||||
<h1>Contact</h1>
|
||||
<span>Discord: ReimarPB#5736</span>
|
||||
<br>
|
||||
<span>XMPP:</span>
|
||||
<a href="xmpp://%72%65%69%6D%61%72%40%72%65%69%6D%61%72%70%62%2E%63%6F%6D">reimar@reimarpb.com</a>
|
||||
<br><br>
|
||||
<div class="title">Donate</div>
|
||||
<h1>Donate</h1>
|
||||
|
||||
<label for="bitcoin">
|
||||
<small>Bitcoin</small>
|
||||
|
@ -120,10 +120,8 @@ a:hover {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/* Like H1 but without the extra line breaks */
|
||||
.title {
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
h1, h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
|
@ -2,8 +2,7 @@
|
||||
<div id="sidebar" class="inline-block">
|
||||
<aside>
|
||||
<div class="container" style="font-size: 14px;">
|
||||
<b style="font-size: 20px;">Theme</b>
|
||||
<br>
|
||||
<h2>Theme</h2>
|
||||
<?php
|
||||
// List of themes and a condition to test if it's deselected (!)
|
||||
$themes = [
|
||||
|
@ -17,7 +17,7 @@
|
||||
<main>
|
||||
|
||||
<div class="section container">
|
||||
<div class="title">Welcome</div>
|
||||
<h1>Welcome</h1>
|
||||
<span>I'm <?= $age == 18 ? "an" : "a" ?> <?= $age ?> year old programmer from Denmark</span>
|
||||
<br>
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
|
||||
<div class="section container">
|
||||
<div class="title">Projects</div>
|
||||
<h1>Projects</h1>
|
||||
<hr>
|
||||
|
||||
<img src="/assets/icons/popup-timer.ico" class="pixelated icon" alt="Popup Timer"><b>Popup Timer</b>
|
||||
|
Loading…
Reference in New Issue
Block a user