PHP Classes

File: public/css/default/login.css

Recommend this page to a friend!
  Classes of harold rita   CodeIgniter Template Viewer Class   public/css/default/login.css   Download  
File: public/css/default/login.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CodeIgniter Template Viewer Class
Render views using templates in a CodeIgniter App
Author: By
Last change:
Date: 1 year ago
Size: 429 bytes
 

Contents

Class file image Download
.welcome .login { font-family: Tahoma; } .loader { border: 16px solid #f3f3f3; /* Light grey */ border-top: 16px solid #3498db; /* Blue */ border-radius: 50%; width: 30px; height: 30px; animation: spin 2s linear infinite; border-top: 16px solid lime; border-bottom: 16px solid lime; float: right; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }