Reorganisation fichiers
This commit is contained in:
32
PacoMouseCYD/Platformio/SD/css/bgr565.css
Normal file
32
PacoMouseCYD/Platformio/SD/css/bgr565.css
Normal file
@@ -0,0 +1,32 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 2em;
|
||||
background: #f9f9f9;
|
||||
color: #222;
|
||||
}
|
||||
h1 {
|
||||
color: #005580;
|
||||
}
|
||||
form {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
label {
|
||||
margin-right: 1em;
|
||||
}
|
||||
#preview img {
|
||||
max-width: 300px;
|
||||
border: 1px solid #ccc;
|
||||
margin-top: 1em;
|
||||
}
|
||||
button {
|
||||
padding: 0.5em 1em;
|
||||
font-size: 1em;
|
||||
background: #005580;
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
button:hover {
|
||||
background: #0077aa;
|
||||
}
|
||||
275
PacoMouseCYD/Platformio/SD/css/style.css
Normal file
275
PacoMouseCYD/Platformio/SD/css/style.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user