Bootstrap4 :: Some pages UI updated

This commit is contained in:
Sakthi002
2020-12-17 16:27:12 +05:30
committed by Manish Verma
parent 7381486688
commit f1cd59fe29
155 changed files with 13749 additions and 759 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;
}