Compare commits
No commits in common. "86863e1fd94a26f0ec7bd1e1d8749288f99fd7d7" and "e717d96683ff52ff230eba41588f6b269df93cf7" have entirely different histories.
86863e1fd9
...
e717d96683
@ -63,43 +63,8 @@ nav a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Efekt po najechaniu myszą:
|
|
||||||
Tło staje się ciemne, tekst jasny → efekt "przełączania"
|
|
||||||
border: 1px solid – dodaje obramowanie */
|
|
||||||
|
|
||||||
nav a:hover {
|
nav a:hover {
|
||||||
background-color: #625B5B;
|
background-color: #625B5B;
|
||||||
color: #EAEAEA;
|
color: #EAEAEA;
|
||||||
border: 1px solid #EAEAEA;
|
border: 1px solid #EAEAEA;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* margin-left: 40px – wcięcie listy
|
|
||||||
list-style-type: circle – kropki jako kółka */
|
|
||||||
|
|
||||||
ul {
|
|
||||||
margin-left: 40px;
|
|
||||||
list-style-type: circle;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* border: 1px dashed – przerywana linia wokół tabeli
|
|
||||||
width: 60% – tabela zajmuje 60% szerokości kontenera
|
|
||||||
margin-left: 40px – wcięcie od lewej
|
|
||||||
text-align: center – tekst w tabeli jest wyśrodkowany */
|
|
||||||
|
|
||||||
table {
|
|
||||||
border: 1px dashed #625B5B;
|
|
||||||
width: 60%;
|
|
||||||
margin-left: 40px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Klasa .kontrolki – np. dla przycisków, daje mały margines. */
|
|
||||||
.kontrolki {
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* main – główna treść strony ma wewnętrzny odstęp 20px od brzegów. */
|
|
||||||
|
|
||||||
main {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user