diff --git a/xpp b/xpp new file mode 100644 index 0000000..51b8070 --- /dev/null +++ b/xpp @@ -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; +} \ No newline at end of file