parent
a06d0a1ac2
commit
d395ba0e60
@ -1,38 +1,34 @@
|
|||||||
.App {
|
* {
|
||||||
text-align: center;
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-logo {
|
.container ul {
|
||||||
height: 40vmin;
|
list-style: none;
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-reduced-motion: no-preference) {
|
.box {
|
||||||
.App-logo {
|
width: 100px;
|
||||||
animation: App-logo-spin infinite 20s linear;
|
height: 100px;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
.container {
|
||||||
.App-header {
|
|
||||||
background-color: #282c34;
|
|
||||||
min-height: 100vh;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: calc(10px + 2vmin);
|
align-items: center;
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-link {
|
.numbersContainer {
|
||||||
color: #61dafb;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes App-logo-spin {
|
.numbersContainer ul {
|
||||||
from {
|
display: flex;
|
||||||
transform: rotate(0deg);
|
flex-wrap: wrap;
|
||||||
}
|
margin: 1px 1px;
|
||||||
to {
|
}
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
.numbersContainer ul li {
|
||||||
|
display: flex;
|
||||||
|
margin: 1px;
|
||||||
}
|
}
|
Loading…
Reference in new issue