mirror of
https://github.com/kevin-DL/commander_league_web.git
synced 2026-01-15 03:34:48 +00:00
Added a base layout with a nav bar
This commit is contained in:
14
pages/index.module.css
Normal file
14
pages/index.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.index {
|
||||
background-image: linear-gradient(
|
||||
rgba(255, 255, 255, 0.2),
|
||||
rgba(255, 255, 255, 0.2)
|
||||
),
|
||||
url("https://res.cloudinary.com/deezgu5i7/image/upload/c_scale,e_gradient_fade:20,o_66,w_1920,z_0.8/v1603388872/commander_league/ryan-quintal-Vp8RnXSnJ6I-unsplash_q2znva.jpg");
|
||||
background-size: cover;
|
||||
height: 100vh;
|
||||
margin-top: -65px;
|
||||
}
|
||||
|
||||
.main-button {
|
||||
margin-top: 1.5rem !important;
|
||||
}
|
||||
Reference in New Issue
Block a user