planckcss
Sidebar menu
planckcss = miligram + flexboxgrid2;
| Id | Name | Marks |
|---|---|---|
| 1 | John | 90% |
| 1 | John | 90% |
| 1 | John | 90% |
The Lorem ipsum dolor sit amet.
.test{
color: red;
}
//xs = Smaller than 576px
@media only screen and (min-width: 576px) { //sm
...
}
@media only screen and (min-width: 768px) { //md
...
}
@media only screen and (min-width: 992px) { //lg
...
}
@media only screen and (min-width: 1200px) { //xl
...
}
.m{side}-{size}.m{side}-sm-{size}.m{side}-md-{size}.m{side}-lg-{size}.m{side}-xl-{size}.p{side}-{size}.p{side}-sm-{size}.p{side}-md-{size}.p{side}-lg-{size}.p{side}-xl-{size}Note: Spacing utility classes are same as bootstrap's spacing, But it does not includeautoandx,yRead more >>
.ml-5 .mr-md-5 .pl-2