17
Mar
Most used CSS tricks
Most used CSS techniques, from stylizedweb.com blog 1. Rounded corners without images <p id="”container”"> <strong class="”rtop”"> </strong> < !-–content goes here –-> <strong class="”rbottom”"> </strong> .rtop, .rbottom{display:block} .rtop *, .rbottom *{display: block; height: 1px; overflow: hidden} .r1{margin: 0 5px} .r2{margin: 0 3px} .r3{margin: 0 2px} .r4{margin: 0 [...]
Continue Reading →