PHP Classes

File: public/css/frontend.css

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   public/css/frontend.css   Download  
File: public/css/frontend.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Timesheet Management System
Manage project tasks and the respective work times
Author: By
Last change:
Date: 5 years ago
Size: 501 bytes
 

Contents

Class file image Download
@import url(https://fonts.googleapis.com/css?family=Roboto:300); body { background: #76b852; /* fallback for old browsers */ background: -webkit-linear-gradient(right, #76b852, #8DC26F); background: -moz-linear-gradient(right, #76b852, #8DC26F); background: -o-linear-gradient(right, #76b852, #8DC26F); background: linear-gradient(to left, #76b852, #8DC26F); font-family: "Roboto", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }