Results for css

Absolute Center Spinner

Bhaumik Patel 11:39 PM
Pure CSS Spinner Loading /* Absolute Center Spinner */ .loading { position: fixed; z-index: 999; height: 2em; width: 2em; ov...Read More
Absolute Center Spinner  Absolute Center Spinner Reviewed by Bhaumik Patel on 11:39 PM Rating: 5

Holder renders image

Bhaumik Patel 10:44 PM
Placeholders can have custom colors, fonts, resizing behavior, and rendering engine. DEMO function charsRandom(len, chars) { chars...Read More
Holder renders image Holder renders image Reviewed by Bhaumik Patel on 10:44 PM Rating: 5

Simple CSS Menu

Bhaumik Patel 8:21 PM
Simple Horizontal Menu nav ul ul { display: none; } nav ul li:hover > ul { display: block; } nav ul { background: linear...Read More
Simple CSS Menu Simple CSS Menu Reviewed by Bhaumik Patel on 8:21 PM Rating: 5

HTML Table Row Blink Background Color

Bhaumik Patel 2:16 AM
HTML table row highlight background color fade in and out using CSS @-webkit-keyframes blink { 50% { background: rgba(255,...Read More
HTML Table Row Blink Background Color HTML Table Row Blink Background Color Reviewed by Bhaumik Patel on 2:16 AM Rating: 5

Bootstrap Accordion Group

Bhaumik Patel 7:04 PM
Bootstrap Accordion Group that collapses when clicking whole div and has chevrons DEMO Read More
Bootstrap Accordion Group Bootstrap Accordion Group Reviewed by Bhaumik Patel on 7:04 PM Rating: 5
Vertical menu convert to horizontal menu responsive Vertical menu convert to horizontal menu responsive Reviewed by Bhaumik Patel on 8:00 PM Rating: 5

Cool And Simple CSS Button Design

Bhaumik Patel 7:36 PM
Pure Flat CSS Button Design DEMO .btn{display:inline-block;padding:6px 12px;border:2px solid #ddd;color:#ddd;text-decoration:none;font...Read More
Cool And Simple CSS Button Design Cool And Simple CSS Button Design Reviewed by Bhaumik Patel on 7:36 PM Rating: 5