aboutsummaryrefslogtreecommitdiff
path: root/modern/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/App.css')
-rw-r--r--modern/src/App.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/modern/src/App.css b/modern/src/App.css
new file mode 100644
index 0000000..c5c6e8a
--- /dev/null
+++ b/modern/src/App.css
@@ -0,0 +1,28 @@
+.App {
+ text-align: center;
+}
+
+.App-logo {
+ animation: App-logo-spin infinite 20s linear;
+ height: 80px;
+}
+
+.App-header {
+ background-color: #222;
+ height: 150px;
+ padding: 20px;
+ color: white;
+}
+
+.App-title {
+ font-size: 1.5em;
+}
+
+.App-intro {
+ font-size: large;
+}
+
+@keyframes App-logo-spin {
+ from { transform: rotate(0deg); }
+ to { transform: rotate(360deg); }
+}