Compare commits

...

6 Commits

Author SHA1 Message Date
c5bf1d4513 Merge pull request 'sevi' (#7) from sevi into main
Reviewed-on: #7
2025-01-08 16:25:56 -08:00
09b3fe61fb into the unknown 2025-01-08 15:26:25 -08:00
90cee11a40 muy skibadi 2025-01-08 15:15:39 -08:00
4d101ee0ec GET OUT 2025-01-08 15:14:57 -08:00
247232b1c0 background changes 2025-01-08 15:13:17 -08:00
a997723e2a change buttons and header to green 2025-01-08 15:09:25 -08:00
4 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
body {
font-family: 'Arial', sans-serif;
background-color: #f1f1f1;
background-image: url("/images/snow1.jpg");
background-image: url("/images/dirt wallpaper.jpg");
background-size: auto;
margin: 0;
padding: 0;
@ -21,7 +21,7 @@ body.dark-mode {
}
header {
background-color: #8ffef8;
background-color: #5fff5a;
color: black;
padding: 20px 0;
text-align: center;
@ -54,7 +54,7 @@ main {
}
button, .source-btn, .dsc-btn, .clr-btn {
background-color: #0095ff;
background-color: #5fff5a;
color: white;
padding: 10px 20px;
font-size: 16px;
@ -66,7 +66,7 @@ button, .source-btn, .dsc-btn, .clr-btn {
transition: background-color 0.3s ease, transform 0.3s ease;
}
.clientbutton button {
background-color: #0095ff;
background-color: #5fff5a;
}
button:hover {
transform: scale(1.05)

BIN
images/dirt wallpaper.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -38,7 +38,7 @@ $(document).ready(function() {
const body = document.querySelector('body');
body.style.backgroundColor = '#f1f1f1';
body.style.color = 'black';
body.style.backgroundImage= "url('/images/snow1.jpg')";
body.style.backgroundImage= "url('/images/dirt wallpaper.jpg')";
const paragraphs = document.querySelectorAll('p');
paragraphs.forEach(function(p) {
p.style.color = 'black';