X-Git-Url: https://git.cworth.org/git?p=puzzless;a=blobdiff_plain;f=src%2FApp.css;fp=src%2FApp.css;h=c5c6e8a68adcb5249ebdf283ffb34b8531d8b1f0;hp=0000000000000000000000000000000000000000;hb=71f81b4555b0830ddf20f5ea901b0d4b34be253c;hpb=5a6fdde528dcff44c86f73709ed54916a769222e diff --git a/src/App.css b/src/App.css new file mode 100644 index 0000000..c5c6e8a --- /dev/null +++ b/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); } +}