There is no license information available for the latest version (v1.0.1) of this package.

Karate Chop CSS™

Installs: 2 077

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

v1.0.1 2019-02-19 18:42 UTC

This package is auto-updated.

Last update: 2024-09-20 06:44:48 UTC


README

"Karate Chop CSS"™

Because sometimes you just need to nudge an element this way or that! Hopefully these will override other element styles
without the need for you to use the dreaded !important
.clear for clearing floats
.overflow for keeping floats from bursting out their parent div
.pull-left/right float left or right as per twitter bootstrap
.centered auto left right margins for centered div
.tl, .tr, .tc, .tj text alignment left right center justify
.pcX popular width percentages
.mX margins of 5, 10, 15, 20, or 30
.mlX, mrX, mtX, mbX and the same for margin left right etc
.pX same for padding
.plX prX ptX pbX and again
.nomargin and .nopadding are pretty self explanatory
 

Usage

<?php
use Del\Css;
echo Css::add();