PHP Classes

File: resources/assets/css/en/GDLibrary.css

Recommend this page to a friend!
  Packages of Amirreza Ebrahimi   URL Shortener Application   resources/assets/css/en/GDLibrary.css   Download  
File: resources/assets/css/en/GDLibrary.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: URL Shortener Application
Application to create and redirect short URLs
Author: By
Last change:
Date: 7 months ago
Size: 767 bytes
 

Contents

Class file image Download
/* Developed by Hero Expert - Telegram channel: @HeroExpert_ir - Author: Amirreza Ebrahimi - Telegram Author: @a_m_b_r */ body{ font-family:Arial,sans-serif; background-color:#f9f9f9; color:#333; text-align:center; margin:0; padding:0; display:flex; justify-content:center; align-items:center; height:100vh;}.container{ background-color:#fff; padding:40px; border-radius:8px; box-shadow:0 4px 10px rgba(0,0,0,0.1); max-width:500px; width:100%;}h1{ font-size:32px; color:#e74c3c;}p{ font-size:18px; margin:20px 0; color:#555;}.button{ background-color:#3498db; color:#fff; padding:15px 30px; text-decoration:none; border-radius:4px; font-size:18px; display:inline-block; margin-top:20px; transition:background-color 0.3s ease;}.button:hover{ background-color:#2980b9;}