From 67738c06cff85e2cefbea87d45c277bd01a3778a Mon Sep 17 00:00:00 2001 From: clerie Date: Sun, 12 Jun 2022 21:28:53 +0200 Subject: [PATCH] Add projects --- index.html | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 21 +++++++++++++++++++ 2 files changed, 82 insertions(+) diff --git a/index.html b/index.html index 1503767..527cac0 100644 --- a/index.html +++ b/index.html @@ -91,6 +91,67 @@ +
+ +
+
diff --git a/style.css b/style.css index 71d7173..e59512c 100644 --- a/style.css +++ b/style.css @@ -68,6 +68,21 @@ a:hover { box-shadow: none; } +.card { + font-family: 'Amatic SC'; + background-color: unset; + color: #B3B3B3; /* color: #aaaaaa; */ + + border-color: #B3B3B3; /* color: #aaaaaa; */ + border-width: 1px; + + margin-bottom: 30px; +} + +a.card:hover { + text-decoration: none; +} + hr.divider { height: 0; max-width: 300px; @@ -213,6 +228,12 @@ p.text-head { color: #364863; } +/* Projects */ +.container-projects { + padding-bottom: 50px; + margin-top: auto; +} + /* Contact */ .container-contact { font-size: 30px;