PHP Classes

File: assets/css/style.css

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Simple, Fast, Lightweight PHP MVC Framework   assets/css/style.css   Download  
File: assets/css/style.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple, Fast, Lightweight PHP MVC Framework
Route requests to controller classes or closures
Author: By
Last change:
Date: 1 year ago
Size: 1,087 bytes
 

Contents

Class file image Download
/***************************************************/ /* File: style.css */ /***************************************************/ /***************************************************/ /* Common CSS */ /***************************************************/ body { margin: 0 auto; } /***************************************************/ /* Header CSS */ /***************************************************/ nav ul { list-style: none; margin: 0; padding: 0 50px; background: blueviolet; } nav ul li a { padding: 10px; color: #fff; display: inline-block; text-decoration: none; } /***************************************************/ /* Content CSS */ /***************************************************/ .main-content { padding: 0 50px; } /***************************************************/ /* Footer CSS */ /***************************************************/