From 6a087c27070caa09e66c6273d3b08bd4ddd9be2b Mon Sep 17 00:00:00 2001 From: BaderSarah Date: Fri, 26 Apr 2024 19:28:11 +0200 Subject: [PATCH] changing colors --- courses.html | 48 ++++++++++++++++++++++++++++++++++----- css/main.css | 8 +++++-- css/stylesheetCourses.css | 6 +++++ css/stylesheetIndex.css | 3 ++- index.html | 4 ++-- 5 files changed, 58 insertions(+), 11 deletions(-) diff --git a/courses.html b/courses.html index 2be1f1c..e54645f 100644 --- a/courses.html +++ b/courses.html @@ -54,11 +54,29 @@

Add ToDo :


- + - + - +
@@ -89,11 +107,29 @@

Add ToDo :


- + - + - +
diff --git a/css/main.css b/css/main.css index 9f90aa8..1c3b11b 100644 --- a/css/main.css +++ b/css/main.css @@ -5,6 +5,7 @@ --lightblue: #6292fd; --pink: #e37383; --lightpink: #ffb6c1; + --lightpink2: #ffa5b3; } @font-face { @@ -30,12 +31,15 @@ nav { } ul { - list-style-type: none; padding: 20px; display: flex; align-items: center; } +.main { + list-style-type: none; +} + nav li { display: inline; } @@ -51,7 +55,7 @@ a { } nav a:hover { - background-color: var(--lightpink); + background-color: var(--lightpink2); } /* Footer */ diff --git a/css/stylesheetCourses.css b/css/stylesheetCourses.css index d998c89..0e95beb 100644 --- a/css/stylesheetCourses.css +++ b/css/stylesheetCourses.css @@ -164,6 +164,7 @@ input { .course .toDos li, .course .toDos ul { + list-style: circle; display: block; padding: 5px; margin-left: 10px; @@ -265,3 +266,8 @@ input { grid-column-end: 5; display: inline; } + +.radioB { + margin-right: -20px; + margin-top: 15px; +} diff --git a/css/stylesheetIndex.css b/css/stylesheetIndex.css index f32233e..9bd15d2 100644 --- a/css/stylesheetIndex.css +++ b/css/stylesheetIndex.css @@ -4,6 +4,7 @@ --darkblue: #0042d6; --lightblue: #6292fd; --pink: #e37383; + --lightpink2: #fbadb9; } @font-face { @@ -30,7 +31,7 @@ } .flexboxContainer p:nth-child(even) { - background-color: var(--lightpink); + background-color: var(--lightpink2); border-radius: 30px; } diff --git a/index.html b/index.html index 56642dc..402e479 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@