Split frontend and backend
This commit is contained in:
48
frontend/src/App.scss
Normal file
48
frontend/src/App.scss
Normal file
@@ -0,0 +1,48 @@
|
||||
.App {
|
||||
width: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
height: 100vh;
|
||||
color: whitesmoke;
|
||||
background-color: #282c34;
|
||||
}
|
||||
|
||||
.first-place {
|
||||
font-size: xx-large;
|
||||
font-weight: bolder;
|
||||
color: gold;
|
||||
}
|
||||
|
||||
.second-place {
|
||||
font-size: x-large;
|
||||
font-weight: bold;
|
||||
color: silver;
|
||||
}
|
||||
|
||||
.third-place {
|
||||
font-size: larger;
|
||||
color: saddlebrown;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 4vw;
|
||||
color: #88c9db;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:visited,
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #61dafb;
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 0.25em;
|
||||
}
|
||||
Reference in New Issue
Block a user