A simple lightweight css framework
Includes:
- Reset file
- Color presets
- Flexbox layout
Auto generated by chatGPT
The following is a collection of CSS classes that can be used for styling:
The .container
class provides the following properties:
display: flex
flex-wrap: wrap
box-sizing: border-box
The .container.nowrap
class provides the following property:
flex-wrap: nowrap !important
The .container.row
class provides the following property:
flex-direction: row
The .container.col
class provides the following property:
flex-direction: column
The .container.fstart
class provides the following property:
align-items: flex-start
The .container.align.center
class provides the following property:
align-items: center
The .container.justify.center
class provides the following property:
justify-content: center
The .container.fillw
and .fillw
classes provide the following property:
width: 100%
The .container.fillh
class provides the following property:
height: 100%
The .container.sbetween
class provides the following properties:
justify-content: space-between !important
gap: 0
The .container.fillwh
class provides the following properties:
width: 100%
height: 100%
The .container.hugw
class provides the following property:
width: fit-content
The .container.hugh
class provides the following property:
height: fit-content
The .container .w50p
class provides the following property:
width: 50%
The .container.hughwh
class provides the following properties:
width: fit-content
height: fit-content
The .container.fullscreen
class provides the following properties:
width: 100%
min-height: 100vh
The following classes provide padding:
.p5
forpadding: 5px;
.p10
forpadding: 10px;
.p15
forpadding: 15px;
.p20
forpadding: 20px;
.p25
forpadding: 25px;
.p30
forpadding: 30px;
.p35
forpadding: 35px;
.p40
forpadding: 40px;
.p45
forpadding: 45px;
.p50
forpadding: 50px;
.p55
forpadding: 55px;
.p60
forpadding: 60px;
.p65
forpadding: 65px;
.p70
forpadding: 70px;
.p75
forpadding: 75px;
.p80
forpadding: 80px;
.p85
forpadding: 85px;
.p90
forpadding: 90px;
.p95
forpadding: 95px;
.p100
forpadding: 100px;