1.0.0 • Published 5 years ago
@morteza-jamali/helpercss v1.0.0
HelperCSS is a class based CSS library that provide a good way for styling elements using class .
I want to create top element using Bootstrap class and CSS styles
<div class="bg-danger border border-top-0 border-primary rounded-circle text-white pt-3"
style="border-top-right-radius:0 !important; border-bottom-left-radius:0 !important; border-width: 2px">
Hello
</div>
Oops! . I have many class and css styles in here that can confuse me . So , i use HelperCSS .
<div class="color:b:red border:2:blue border:t:0 color:f:white padding:t:3 border-radius:tl:br:200x" >
Hello
</div>
That's pretty cool !
1.0.0
5 years ago