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;