From a64d85ec5c0204269debd0d94728b772146eae57 Mon Sep 17 00:00:00 2001 From: jfhgshg Date: Tue, 23 May 2023 10:57:07 -0600 Subject: [PATCH 1/3] Fix To-do box position --- .vscode/settings.json | 2 +- to-doLISt/style.css | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6f3a291..f673a71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5501 + "liveServer.settings.port": 5502 } \ No newline at end of file diff --git a/to-doLISt/style.css b/to-doLISt/style.css index 72a1347..7152184 100644 --- a/to-doLISt/style.css +++ b/to-doLISt/style.css @@ -11,12 +11,12 @@ body{ h1{ font-family: 'Poppins', sans-serif; - color: #500050; + color: #000000; } .container{ - margin-left: 800px; - margin-top: 80px; + margin-left: 700px; + /* margin-top: 50px; */ text-align: center; width: 100%; max-width: 500px; @@ -27,6 +27,8 @@ h1{ /* background:linear-gradient(90deg ,#ec2c2c,#d29e62,#e9993d ); */ background-color: white; box-shadow: 10px 10px 19px #241f1f; + padding-bottom: 50px; + align-items: center; } #line{ @@ -65,7 +67,7 @@ input[type='text']{ font-size: 1.2rem; margin-left: 50px; color: rgb(0, 0, 0); - background-color: #ffffff; + background-color: #d8b8f9; border-bottom: 1px solid #c3aeaea1; cursor:pointer; display: flex; @@ -73,7 +75,7 @@ input[type='text']{ } input[type='text']:disabled{ cursor:default; - color: black; + color: rgb(0, 0, 0); background-color: #c3aeaea1; } From 7babdc773e091876660c8e6afcfab7c7f9318daa Mon Sep 17 00:00:00 2001 From: jfhgshg Date: Fri, 26 May 2023 23:26:03 -0600 Subject: [PATCH 2/3] change background-color and scroll-bar --- index.html | 5 ++++- style.css | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index ecab5e3..b7c67cd 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,10 @@