From 1e105873c5ecf7a01cce8394803047418d27f53b Mon Sep 17 00:00:00 2001 From: esoe Date: Tue, 19 Apr 2022 23:08:56 +0300 Subject: [PATCH] curr --- css/style.css | 17 +++++++++++++++++ index.html | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e69de29..84cd347 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,17 @@ +div { + background-color: rgb(181, 122, 236); + margin: 5px; +} +.header{ + position: relative; top: 20px; +} +.controls{ + padding-left: 12px; + position: relative; left: 20px; +} +.button{ + background-color: rgb(65, 241, 188); +} +.mainframe{ + background-color: aliceblue; +} \ No newline at end of file diff --git a/index.html b/index.html index 681f2b6..ff1dce4 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@
moodle
admin
-
+
reports
\ No newline at end of file