PHP Classes

File: public/assets/app.min.css

Recommend this page to a friend!
  Classes of Steeven Lim   o2system   public/assets/app.min.css   Download  
File: public/assets/app.min.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: o2system
Start projects using the with O2System Framework
Author: By
Last change:
Date: 3 years ago
Size: 858 bytes
 

Contents

Class file image Download
/** * This file is part of the O2System Venus UI Framework package. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Steeve Andrian Salim * @copyright Copyright (c) Steeve Andrian Salim */ body { background-color: #f3f3f3; } .welcome { position: relative; align-items: center; display: flex; justify-content: center; height: 100vh; } .nav-bottom { list-style: none; padding: 0; margin-top: 1rem; text-align: center; } .nav-bottom li { display: inline-block; } .nav-bottom li a { text-transform: uppercase; padding: 0.5rem 1rem; letter-spacing: 0.1rem; font-weight: 700; display: block; } .nav-bottom li a:hover { color: #D83B3D; } /*# sourceMappingURL=app.min.css.map*/