alphabetized TiB.css

This commit is contained in:
Emma Tebibyte 2022-09-19 18:44:10 -04:00 committed by Sasha Koshka
parent cae4ddb63f
commit ec3be0f9f3
1 changed files with 19 additions and 20 deletions

View File

@ -23,25 +23,24 @@
}
*:focus {
outline: 2px solid hsl(0, 80%, 40%);
outline: 2px solid hsl(0, 80%, 40%);
}
a {
color: #df1b1b;
text-decoration: none;
font-weight: bold;
}
a:active {
color: hsl(0, 80%, 40%);
}
a:hover {
color: hsl(0, 80%, 40%);
text-decoration: underline;
}
a:active {
color: hsl(0, 80%, 40%);
}
blockquote {
background: hsl(0, 20%, 7%);
border: solid;
@ -74,6 +73,12 @@ li ul, li ol {
margin: 0.25em 0;
}
main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
nav {
display: flex;
flex-direction: row-reverse;
@ -110,14 +115,12 @@ p {
text-align: justify;
}
ul {
list-style-type: disc;
section {
flex-basis: 100%;
}
.r-list {
text-align: right;
list-style-type: none;
padding: 0;
ul {
list-style-type: disc;
}
footer, header, nav {
@ -131,12 +134,6 @@ footer, header, nav {
margin: 0.5em;
}
main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.icon {
max-width: 1em;
}
@ -159,8 +156,10 @@ main {
text-align: right;
}
section {
flex-basis: 100%;
.r-list {
text-align: right;
list-style-type: none;
padding: 0;
}
#home nav .home > a {