playing around with css
This commit is contained in:
parent
00a4acfd13
commit
2ad9c4c03d
1 changed files with 19 additions and 6 deletions
|
@ -51,8 +51,20 @@ const char* File_cangrow_CSS PROGMEM = R"(body {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5 {
|
/*h1, h2, h3, h4, h5 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
}*/
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
|
@ -68,7 +80,8 @@ a:active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
width: fit-content; min-width: 200px; max-width: 420px;
|
/*width: fit-content; min-width: 200px; max-width: 420px;*/
|
||||||
|
display: inline-block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -112,7 +125,7 @@ a:active {
|
||||||
.subnavTitle {
|
.subnavTitle {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
/*font-weight: bold;*/
|
/*font-weight: bold;*/
|
||||||
margin-top: -20px;
|
margin-top: -10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
/*text-align: center;*/
|
/*text-align: center;*/
|
||||||
}
|
}
|
||||||
|
@ -187,9 +200,9 @@ input[type=text], input[type=date], input[type=number], input[type=password], se
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1820px) {
|
@media only screen and (min-width: 1820px) {
|
||||||
.center, .nav {
|
/*.center, .nav {
|
||||||
/*width: 60%%; min-width: 420px;*/
|
width: 60%%; min-width: 420px;
|
||||||
}
|
}*/
|
||||||
.subnav li {
|
.subnav li {
|
||||||
display: '';
|
display: '';
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
|
|
Loading…
Reference in a new issue