W3CSS Theme - Border Classes

By drupalhero |

browser CSS extensions In addition to supporting the specified CSS properties set by the W3C, a browser developer will occasionally introduce browser-specific properties. This is often done for one of two reasons: n A spec is still under development by the W3C but the browser developer wants to start using the style now. The browser developer wants to try a new idea but doesn't want to wait for the W3C to accept it and begin work on it, which can take years.

W3CSS Theme Built-in Responsiveness

By alaahaddad |

Drupal8 W3CSS Theme is using the W3.CSS framework with built-in responsiveness: Smaller and faster than other CSS frameworks. - Easier to learn, and easier to use than other CSS frameworks. - Uses standard CSS only (No jQuery or JavaScript library). - Speeds up and simplifies web development. - Supports modern responsive design (mobile first) by default. - Provides CSS equality for all browsers. Chrome, Firefox, IE, Safari, and more. - Provides CSS equality for all devices. PC, laptop, tablet, and mobile.

W3CSS Theme - Display Classes

By drupalhero |

Elements can be classified according to the way they’re displayed—inline or block. By default, every tag has a display style that defines how it will fit with the surrounding tags. You can use the display property to define whether an element includes line breaks above and below (block), is included with other elements without hard line breaks (inline), is treated as part of a list (list), or is displayed at all (none).  To set an element’s display type:
1. Start your declaration by typing the display property name in the CSS declaration block, followed by a colon (:) display: