PHP Classes

File: examples/assets/custom.css

Recommend this page to a friend!
  Classes of Tyler Heshka   PHP Email Tracking   examples/assets/custom.css   Download  
File: examples/assets/custom.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Email Tracking
Record opened email messages using tracking pixels
Author: By
Last change: theme/update examples
Date: 8 years ago
Size: 556 bytes
 

Contents

Class file image Download
.hero img { width: 100%; height: auto; } .section { text-align: center; width: 100%; height: 100%; } .hero { margin-top: 15%; } .hero-heading { padding-top: 15%; } .feedback { color: red !important; } /* Bigger than 550 */ @media (min-width: 550px) { .hero-heading { font-size: 2.4rem; } } /* Bigger than 750 */ @media (min-width: 750px) { .hero-heading { font-size: 2.5rem; } } /* Bigger than 1000 */ @media (min-width: 1000px) { .hero-heading { font-size: 2.6rem; } }