mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-16 14:25:03 +01:00
oops ts
This commit is contained in:
parent
3ee494fed9
commit
b30fa04dcc
14 changed files with 145 additions and 111 deletions
23
ibfi-ts/src/App.scss
Normal file
23
ibfi-ts/src/App.scss
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.App {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.App-logo {
|
||||
height: 40vmin;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.App-header {
|
||||
background-color: #282c34;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: calc(10px + 2vmin);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.App-link {
|
||||
color: #61dafb;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue