This commit is contained in:
mstfyldz
2026-02-16 18:47:35 +03:00
parent 9dc8017a23
commit 0000e125aa
2973 changed files with 1170981 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
.ext-databasic {
position: relative;
display: block;
min-height: 50px;
background-color: cyan;
text-align: center;
padding: 20px;
border: 1px solid white;
border-radius: 10px;
}
.ext-databasic p {
color: white;
font-size: 1.2em;
margin: 0;
}