Init Commit
This commit is contained in:
commit
93ff8356ce
26 changed files with 667 additions and 0 deletions
33
src/pages/Timeline.css
Normal file
33
src/pages/Timeline.css
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap');
|
||||
|
||||
.App {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
background-color: #101010;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
text-align: left;
|
||||
}
|
||||
.scroll {
|
||||
height: 60vh;
|
||||
overflow-y: auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #fff;
|
||||
font-family: "Nanum Gothic Coding", monospace;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue