feat: build out title
This commit is contained in:
parent
c0e6937e40
commit
045d8ad1b5
6 changed files with 57 additions and 38 deletions
10
index.css
10
index.css
|
|
@ -11,7 +11,7 @@ body {
|
|||
font-size: 1.5em;
|
||||
background-color: #f9f5d7;
|
||||
margin: 100px auto;
|
||||
max-width: 650px;
|
||||
max-width: 675px;
|
||||
scroll-behavior: smooth;
|
||||
overscroll-behavior-y: none;
|
||||
overscroll-behavior-x: none;
|
||||
|
|
@ -44,7 +44,7 @@ html {
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 0;
|
||||
transition: all 0.5s ease;
|
||||
transition: all 0.6s ease;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
max-width: 0;
|
||||
|
|
@ -73,3 +73,9 @@ html {
|
|||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
pre code.hljs {
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue