summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 14 insertions, 6 deletions
diff --git a/style.css b/style.css
index 5a3b781..5e31b5e 100644
--- a/style.css
+++ b/style.css
@@ -1,9 +1,7 @@
body {
background-color: black;
-
- animation-name: textColorPalette;
- animation-duration: .4s;
- animation-iteration-count: infinite;
+ color: cyan;
+ font-family: Victor Mono;
}
.container {
@@ -23,10 +21,20 @@ body {
}
.feat {
+ margin-bottom: .5rem;
+ width: 100%;
text-align: left;
display: flex;
- justify-content: left;
- align-items: center;
+ justify-content: flex-start;
+ align-items: flex-start;
+
+ animation-name: textColorPalette;
+ animation-duration: .4s;
+ animation-iteration-count: infinite;
+}
+
+img {
+ margin-right: 1rem;
}
@keyframes textColorPalette {