From d92cb34e9bf78643f801c658177e61b8f19b63d6 Mon Sep 17 00:00:00 2001 From: raghad-smth <143431529+raghad-smth@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:09:23 +0300 Subject: [PATCH 1/2] Light mood slider was over flowing its container,used padding to fix it --- modified_homepage_css.css | 2 +- resources/style/themeToggle.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modified_homepage_css.css b/modified_homepage_css.css index c030e3fe..66570e6f 100644 --- a/modified_homepage_css.css +++ b/modified_homepage_css.css @@ -35,7 +35,7 @@ nav { font-size: 10px; margin-right: 21px; } -.theme-toggle { +.theme-toggle{ position: relative; display: inline-block; width: 44px !important; diff --git a/resources/style/themeToggle.css b/resources/style/themeToggle.css index 6c1c86a7..0476a464 100644 --- a/resources/style/themeToggle.css +++ b/resources/style/themeToggle.css @@ -54,6 +54,7 @@ html[theme='dark'] { background-color: #CCCCCC; transition: 0.4s; cursor: pointer; + padding: 0 1.8rem; } .slider::before { From 37a133c6342dd8dafd3d40e9e2a66cf1292b4891 Mon Sep 17 00:00:00 2001 From: raghad-smth <143431529+raghad-smth@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:14:07 +0300 Subject: [PATCH 2/2] Enhanced the to do list app layout after noticing a problem with the way the delete item btn were not aligned.Achived that by using a flex box for the entir form and grid of two columns for the list. Also enhanced the styling of the btns. --- TO-Do list/TODO.css | 1 + TO-Do list/TODO.html | 7 ++-- todo_list.html | 91 ++++++++++++++++++++++++++++++++++++-------- 3 files changed, 79 insertions(+), 20 deletions(-) diff --git a/TO-Do list/TODO.css b/TO-Do list/TODO.css index 28f159aa..d74a8afd 100644 --- a/TO-Do list/TODO.css +++ b/TO-Do list/TODO.css @@ -24,6 +24,7 @@ h6 { #page-title { font-size: 6rem; + font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } .container { diff --git a/TO-Do list/TODO.html b/TO-Do list/TODO.html index 41e5f18a..d0b4baec 100644 --- a/TO-Do list/TODO.html +++ b/TO-Do list/TODO.html @@ -9,15 +9,14 @@
-

To-Do List

+

To-Do

- + Add
-
- +