PHP Classes

File: engine/modules/core/grid/css/reset.css

Recommend this page to a friend!
  Classes of Aldo Tripiciano   Quanta CMS   engine/modules/core/grid/css/reset.css   Download  
File: engine/modules/core/grid/css/reset.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Quanta CMS
Manage content that works without a database
Author: By
Last change:
Date: 5 years ago
Size: 331 bytes
 

Contents

Class file image Download
/* RESET */ *, *:before, *:after { box-sizing: border-box; } body { margin: 0; } a { text-decoration: none; } img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; } h1, h2, h3 { margin: 0; } p { margin-top: 0.5em; margin-bottom: 0.5em; }