diff options
author | Minteck <contact@minteck.org> | 2022-04-07 22:47:01 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-07 22:47:01 +0200 |
commit | 96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68 (patch) | |
tree | 58f83ef89b43c44566eaed4671e479292917d1f8 /assets/css/main.css | |
parent | ad6045f0184bc0ca2e98933a748f03e7c726e6af (diff) | |
download | cloudsdale-96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68.tar.gz cloudsdale-96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68.tar.bz2 cloudsdale-96bdc0d6b270a4c6dd5cffa632a9eb89e054fc68.zip |
Prototype home and projects pages
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 11 |
1 files changed, 11 insertions, 0 deletions
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 |