From 96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 7 Apr 2022 22:47:01 +0200 Subject: Prototype home and projects pages --- assets/css/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index 1cff20a..c9df151 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -20,4 +20,15 @@ nav.navbar { #hero-img { width: 256px; max-width: 100vw; +} + +.stylized-card { + background: rgba(0, 0, 0, .5) !important; + text-align: center; +} + +.stylized-card-icon { + width: 64px; + height: 64px; + margin-bottom: 5px; } \ No newline at end of file -- cgit