Compare commits
No commits in common. "c5bf1d451394785efc974c69bbe1864e6a2905d3" and "78518c66542caaeb86e0f5e24791da50f979736d" have entirely different histories.
c5bf1d4513
...
78518c6654
@ -2,7 +2,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family: 'Arial', sans-serif;
|
font-family: 'Arial', sans-serif;
|
||||||
background-color: #f1f1f1;
|
background-color: #f1f1f1;
|
||||||
background-image: url("/images/dirt wallpaper.jpg");
|
background-image: url("/images/snow1.jpg");
|
||||||
background-size: auto;
|
background-size: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -21,7 +21,7 @@ body.dark-mode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background-color: #5fff5a;
|
background-color: #8ffef8;
|
||||||
color: black;
|
color: black;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -54,7 +54,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button, .source-btn, .dsc-btn, .clr-btn {
|
button, .source-btn, .dsc-btn, .clr-btn {
|
||||||
background-color: #5fff5a;
|
background-color: #0095ff;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -66,7 +66,7 @@ button, .source-btn, .dsc-btn, .clr-btn {
|
|||||||
transition: background-color 0.3s ease, transform 0.3s ease;
|
transition: background-color 0.3s ease, transform 0.3s ease;
|
||||||
}
|
}
|
||||||
.clientbutton button {
|
.clientbutton button {
|
||||||
background-color: #5fff5a;
|
background-color: #0095ff;
|
||||||
}
|
}
|
||||||
button:hover {
|
button:hover {
|
||||||
transform: scale(1.05)
|
transform: scale(1.05)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 265 KiB |
BIN
images/snow1.jpg
Normal file
BIN
images/snow1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
@ -38,7 +38,7 @@ $(document).ready(function() {
|
|||||||
const body = document.querySelector('body');
|
const body = document.querySelector('body');
|
||||||
body.style.backgroundColor = '#f1f1f1';
|
body.style.backgroundColor = '#f1f1f1';
|
||||||
body.style.color = 'black';
|
body.style.color = 'black';
|
||||||
body.style.backgroundImage= "url('/images/dirt wallpaper.jpg')";
|
body.style.backgroundImage= "url('/images/snow1.jpg')";
|
||||||
const paragraphs = document.querySelectorAll('p');
|
const paragraphs = document.querySelectorAll('p');
|
||||||
paragraphs.forEach(function(p) {
|
paragraphs.forEach(function(p) {
|
||||||
p.style.color = 'black';
|
p.style.color = 'black';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user