From fd128da2e4a0eb3a033a345fcc0dab28a6af643f Mon Sep 17 00:00:00 2001 From: Fauvet Matthis Date: Thu, 20 Jun 2024 16:46:54 +0200 Subject: [PATCH] Creating default page; --- index.html | 3 +-- onzer.riot | 36 ++++++++++++++++++++++-------------- style.css | 3 +-- 3 files changed, 24 insertions(+), 18 deletions(-) diff --git a/index.html b/index.html index b3230f7..de64a60 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,7 @@ Riot App - - + diff --git a/onzer.riot b/onzer.riot index b656d2e..38eebb2 100644 --- a/onzer.riot +++ b/onzer.riot @@ -1,19 +1,17 @@ - -
-
- +
+
+ + +
- -
-
- +
+ - -
+ +
+
diff --git a/style.css b/style.css index c88ac70..1a98af7 100644 --- a/style.css +++ b/style.css @@ -37,5 +37,4 @@ .font-size-32 {font-size: 32;} .font-size-36 {font-size: 36;} .font-size-42 {font-size: 42;} .font-size-44 {font-size: 44;} .font-size-48 {font-size: 48;} .font-size-52 {font-size: 52;} .font-size-56 {font-size: 56;} .text-align-center {text-align: center;} .text-align-right {text-align: right;} .text-align-left {text-align: left;} -.category {width: 140px;height: 48px;background-color: #D1FAE5;} -.border {border: 1px solid #6EE7B7;border-radius: 8px;} \ No newline at end of file +.category {width: 140px;height: 48px;background-color: #D1FAE5;} \ No newline at end of file