wklejamy.pl website for sale. You are interested in. Please contact. wklejamy@gmail.com
Click to buy coffe
Untitled
Guest 74 16th Nov, 2023
/* Resetowanie domyślnych stylów dla tabeli */
table {
border-collapse: collapse;
width: 100%;
margin-bottom: 20px;
}
/* Styl nagłówka tabeli */
thead {
background-color: #3498db; /* Kolor tła */
color: #fff; /* Kolor tekstu */
}
/* Styl komórek nagłówka */
th {
padding: 15px;
text-align: left;
}
/* Styl komórek wierszy */
td {
padding: 12px;
border-bottom: 1px solid #ecf0f1; /* Linie oddzielające wiersze */
}
/* Kolorowanie co drugiego wiersza */
tr:nth-child(even) {
background-color: #f2f2f2;
}
/* Dodanie cienia dla efektu podnoszenia tabeli */
table:hover {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* Dodanie przejścia dla efektu płynnego */
table {
transition: box-shadow 0.3s ease;
}
To share this paste please copy this url and send to your friends
RAW Paste Data