styling
This commit is contained in:
19
React/src/app/styles.css
Normal file
19
React/src/app/styles.css
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
@keyframes fadeIn {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.animate-fadeIn {
|
||||
animation: fadeIn 1s ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user