PHP Classes

File: assets/css/custom.css

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP URL Shortener   assets/css/custom.css   Download  
File: assets/css/custom.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP URL Shortener
Application to create and expand short URLs
Author: By
Last change:
Date: 11 months ago
Size: 450 bytes
 

Contents

Class file image Download
@import url("https://fonts.googleapis.com/css?family=Oxygen&display=swap"); * { font-family: "Oxygen", sans-serif; } html { font-family: "Oxygen", sans-serif; } body { font-family: "Oxygen", sans-serif; } p { font-family: "Oxygen", sans-serif; } #wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } #wrapper #content-wrapper { overflow-x: hidden; width: 100%; padding-top: 1rem; padding-bottom: 80px; }