mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Add base header footer
This commit is contained in:
BIN
static/css/.styles.css.swp
Normal file
BIN
static/css/.styles.css.swp
Normal file
Binary file not shown.
26
static/css/styles.css
Normal file
26
static/css/styles.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.centered {
|
||||
width: 100vw;
|
||||
max-width: 100%;
|
||||
height: 100vh;
|
||||
|
||||
display: grid;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.top-fade {
|
||||
background: linear-gradient(rgba(11,11,12,1) 0%, rgba(11,11,12,0.9 20%), rgba(0,0,0,0.1), 100%)
|
||||
}
|
||||
|
||||
.dashed-bottom {
|
||||
border-bottom: 5px dashed white;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user