mirror of
https://github.com/CKegel/Web-SSTV.git
synced 2025-06-02 09:30:23 +00:00
20 lines
187 B
CSS
20 lines
187 B
CSS
#imgCanvas {
|
|
padding: 5px;
|
|
}
|
|
#imgArea {
|
|
padding: 10px;
|
|
color: red;
|
|
}
|
|
|
|
#previewArea {
|
|
padding: 10px;
|
|
background: black;
|
|
}
|
|
|
|
.rounded {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
li {
|
|
font-size: 32px;
|
|
} |