This commit is contained in:
rzodkiew 2025-03-27 13:39:10 +00:00
parent 6275cb29a5
commit 0e19ff09dd

24
xpp Normal file
View File

@ -0,0 +1,24 @@
/* ZAKŁADKI */
.tab-content {
display: none;
padding: 20px;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 4px;
}
.tab-content.active {
display: block;
}
.tab-content h2 {
margin-bottom: 15px;
padding-bottom: 5px;
}
.header {
padding: 20px;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 4px;
}