PHP Classes

File: vendor/b12phpfw/themes/picocss/index_Company.css

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   vendor/b12phpfw/themes/picocss/index_Company.css   Download  
File: vendor/b12phpfw/themes/picocss/index_Company.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of vendor/b12phpfw/themes/picocss/index_Company.css
Date: 1 year ago
Size: 967 bytes
 

Contents

Class file image Download
/* Global CSS variables */ :root { --spacing-company: 3rem; --font-weight: 400; --border-radius: 0; } /* Typography */ h2, h3, hgroup > :last-child { font-weight: 200; } small { color: var(--muted-color); } /* Header */ .hero { background-color: #394046; /*background-image: url("https://source.unsplash.com/DNQ-M93tHmA/3000x1000"); */ /*background-image: url("/vendor/b12phpfw/img/win_php_mysql_apache.png");*/ background-position: center; background-size: cover; } header { padding: var(--spacing-company) 0; } header hgroup > :last-child { color: var(--h3-color); } header hgroup { margin-bottom: var(--spacing-company); } /* Main */ @media (min-width: 992px) { main .grid { grid-column-gap: var(--spacing-company); grid-template-columns: auto 25%; } } form.grid { grid-row-gap: 0; } /* Aside nav */ aside img { margin-bottom: 0.25rem; } aside p { margin-bottom: var(--spacing-company); line-height: 1.25; }