PHP Classes

File: public/css/style.css

Recommend this page to a friend!
  Classes of Bruno Henrique Ferreira de Oliveira   PNG Hex Color Modifier   public/css/style.css   Download  
File: public/css/style.css
Role: Example script
Content type: text/plain
Description: Simple css style file.
Class: PNG Hex Color Modifier
Replaces a color in a PNG image by another color
Author: By
Last change: uploading files
Date: 7 years ago
Size: 378 bytes
 

Contents

Class file image Download
body {
  font: 100% Helvetica, sans-serif;
  background-color: #ff6a00; }

div {
  background-color: #ff0000; }

#login, h1 {
  background-color: #ff6a00;
  margin-left: 50px; }

#logout {
  background-color: #ff6a00; }

#msg {
  float: right; }

.on {
  visibility: visible; }

.off {
  visibility: hidden; }
 
.AAA {
  color: 3BB9FF; }

/*# sourceMappingURL=style.css.map */