This commit is contained in:
parent
88a42e9ff4
commit
8c44f64135
|
@ -15,7 +15,7 @@ header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: green; /* Kolor tła nagłówka */
|
background-color: darkgrey; /* Kolor tła nagłówka */
|
||||||
padding: 10px; /* Padding wewnętrzny dla lepszego wyglądu */
|
padding: 10px; /* Padding wewnętrzny dla lepszego wyglądu */
|
||||||
color: whitesmoke; /* Kolor tekstu */
|
color: whitesmoke; /* Kolor tekstu */
|
||||||
}
|
}
|
||||||
|
@ -221,7 +221,6 @@ input[type="checkbox"] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead {
|
.lead {
|
||||||
background-color: #555;
|
background-color: #555;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue