This commit is contained in:
matteo
2018-11-08 18:08:07 +01:00
parent 5cb49705eb
commit 48c5e036b0
14 changed files with 936 additions and 239 deletions
+3 -32
View File
@@ -1,32 +1,3 @@
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 40vmin;
}
.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;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.bg-black{
background-color:#000000;
}