little website

This commit is contained in:
Crizomb 2025-07-29 02:23:10 +02:00
parent 4d14982e38
commit 2e6f697a69
8 changed files with 201 additions and 0 deletions

View file

@ -0,0 +1,34 @@
body {
font-family: sans-serif;
padding: 20px;
max-width: 600px;
margin: auto;
background-image: url("shrek.png");
background-repeat: no-repeat;
background-position: bottom;
}
#battery-status {
font-size: 1.2em;
margin-bottom: 10px;
color: green;
}
textarea {
width: 100%;
margin-bottom: 10px;
}
ul {
list-style: none;
padding-left: 0;
}
li {
border-bottom: 1px solid #ccc;
padding: 5px 0;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
max-width: 100%;
}