1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

option button docs and some tweaks

This commit is contained in:
Jordan Scales
2020-04-21 10:09:54 -04:00
parent a464540a9c
commit 989320d6a0
3 changed files with 173 additions and 28 deletions

View File

@@ -52,6 +52,18 @@
color: #222222;
}
h1 {
font-size: 5rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 2rem;
}
u {
text-decoration: none;
border-bottom: 0.5px solid #222222;
@@ -104,7 +116,7 @@ button:focus {
.menubar-title {
font-weight: bold;
color: white;
letter-spacing: 0.1ch;
letter-spacing: 0;
margin-right: 24px;
}
@@ -192,6 +204,7 @@ legend {
label {
display: inline-flex;
line-height: 1;
align-items: center;
}