Update css.h

add .card layout defition
This commit is contained in:
hansju-11 2022-03-31 16:00:23 +02:00 committed by GitHub
parent a526ade834
commit 649f4c87ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

6
css.h
View File

@ -362,6 +362,10 @@ select {
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.card {
width: 500px;
background: grey #424949;
box-sizing: border-box;
})=====";
size_t style_css_len = sizeof(style_css)-1;