aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.css')
-rw-r--r--src/App.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css
index e69de29..db20a8c 100644
--- a/src/App.css
+++ b/src/App.css
@@ -0,0 +1,18 @@
+button.refresh{
+ float: right;
+ background: black;
+ border: none;
+ color: #fff;
+ /* padding: 6px; */
+ border-radius: 3px;
+ width: 28px;
+ height: 28px;
+ padding-top: 3px;
+ cursor: pointer;
+}
+
+.header {
+ text-align: center;
+ font-size: 17px;
+ color: #000;
+} \ No newline at end of file