dummy text and styling

This commit is contained in:
Asif Bacchus
2020-04-08 08:26:58 -06:00
parent 00ddc1e918
commit 7f8bdb188d
3 changed files with 28 additions and 0 deletions
+2
View File
@@ -4,4 +4,6 @@
--col-particle: #ebe7c5;
--col-particle-stroke: #692e50;
--col-particle-stroke-hover: #9aa68b;
--col-text: #ebe7c5;
}
+21
View File
@@ -6,6 +6,26 @@ import partials
@import 'reset';
@import 'palette';
body {
color: var(--col-text);
}
h1 {
font-size: 5rem;
line-height: 5rem;
margin-bottom: 3rem;
}
p {
margin-bottom: 1.5rem;
}
.wrapper {
display: flex;
flex-direction: column;
padding: 2rem;
}
#particles {
position: fixed;
top: 0;
@@ -13,4 +33,5 @@ import partials
width: 100%;
height: 100%;
background: var(--col-bg-canvas);
z-index: -999;
}