ok rem et asides

This commit is contained in:
hugogogo
2021-02-27 20:02:59 +01:00
parent 6b585f4312
commit fee5c9d42b
4 changed files with 65 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ h1 {
h2 {
font-size: 2em;
}
.mini_text {
small {
font-size: 0.8em;
}
/*specials settings*/
@@ -82,4 +82,16 @@ p br, h1 br, h2 br {
h1 {
margin-bottom: 20px;
}
/*
<b> - Bold text
<strong> - Important text
<i> - Italic text
<em> - Emphasized text
<mark> - Marked text
<small> - Smaller text
<del> - Deleted text
<ins> - Inserted text
<sub> - Subscript text
<sup> - Superscript tex
<code> - Computer code
*/