"now'" page
This commit is contained in:
parent
0e409145cf
commit
f4a3162955
6 changed files with 206 additions and 0 deletions
34
now.css
Normal file
34
now.css
Normal file
|
@ -0,0 +1,34 @@
|
|||
main {
|
||||
width: min(95%, 750px);
|
||||
margin: 30px auto;
|
||||
font-family: "mono", monospace;
|
||||
}
|
||||
|
||||
section.now {
|
||||
position: relative;
|
||||
background-color: var(--blog-box);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
section.now h1,
|
||||
section.now h2 {
|
||||
width: calc(100% - 200px);
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
section.now h3 {
|
||||
margin: 0;
|
||||
}
|
||||
section.now h2 {
|
||||
font-size: large;
|
||||
}
|
||||
section.now h3 {
|
||||
position: absolute;
|
||||
color: var(--subtitle);
|
||||
font-size: medium;
|
||||
right: 8px;
|
||||
top: 5px;
|
||||
}
|
||||
section.now p {
|
||||
margin: 10px 20px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue