fragmentize CSS for easier management

This commit is contained in:
buzz-lightsnack-2007 2024-04-23 13:58:14 +08:00
parent b3c71efab3
commit 48e3a19881
7 changed files with 254 additions and 254 deletions

View file

@ -0,0 +1,13 @@
h1, h2, h3, h4, h5, h6 {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#title {
font-weight: bold;
}
#author {
font-style: italic;
}