summaryrefslogtreecommitdiff
path: root/src/2b2w/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/2b2w/index.css')
-rw-r--r--src/2b2w/index.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/2b2w/index.css b/src/2b2w/index.css
new file mode 100644
index 0000000..6a54055
--- /dev/null
+++ b/src/2b2w/index.css
@@ -0,0 +1,40 @@
+body {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ width: 100vw;
+ height: 100vh;
+ margin: 0;
+ background-color: rgb(16, 16, 26);
+}
+
+h1, .content {
+ margin: 0;
+ color: rgb(228, 228, 228);
+ font-family: sans-serif;
+}
+
+button {
+ width: 128px;
+ height: 32px;
+ background-color: transparent;
+ border: none;
+ outline: none;
+ cursor: pointer;
+ font-family: sans-serif;
+ border-radius: 5px;
+ color: #e4e4e4;
+ transition-duration: 0.3s;
+}
+
+button.start {
+ border: 3px solid #25c525;
+}
+
+button.stop {
+ border: 2px solid #f32727;
+}
+
+.place, .ETA{
+ display: inline-block;
+}