mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 08:28:09 +00:00
10 lines
126 B
CSS
10 lines
126 B
CSS
|
header {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-evenly
|
||
|
}
|
||
|
|
||
|
a[href^="/"] {
|
||
|
text-decoration: none;
|
||
|
}
|