heavily improved website

added install firmware using ESP Web Tools
This commit is contained in:
lumapu 2022-10-31 02:48:25 +01:00
parent 695f6a5df5
commit 8e2e690f38
22 changed files with 670 additions and 28 deletions

View file

@ -17,3 +17,11 @@ h2, h3, h4 {
margin-top: 15px;
color: #0d6efd;
}
.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}