From 0c11a5b9afd18be6f7bc1ec618031161699e7ba0 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 11 Oct 2023 13:48:01 +0700 Subject: Fixed links --- favicon.ico | Bin 0 -> 4286 bytes index.html | 10 +++++----- style.css | 14 +++++++++++--- 3 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 favicon.ico diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..4538705 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index a5499d8..9439c2c 100644 --- a/index.html +++ b/index.html @@ -60,21 +60,21 @@
@@ -104,7 +104,7 @@ alt="">
simpliCity
- beta0.2: The Visual Update is Out! + beta0.2: The Visual Update is Out!

Wed, 26 July 2023

diff --git a/style.css b/style.css index 896d8c5..d1da828 100644 --- a/style.css +++ b/style.css @@ -376,11 +376,11 @@ pre { .gradient-overlay { width: 100%; height: 100%; - background: linear-gradient(5deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 50%); + background: linear-gradient(5deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%); } .gradient-overlay:hover { - background: linear-gradient(5deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 60%); + background: linear-gradient(5deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 80%); } .fill-div { @@ -459,4 +459,12 @@ pre { height: 50%; box-sizing: border-box; } -} \ No newline at end of file + + section { + padding-inline: 10px; + } + + .gallery-card { + flex: 1 0 300px; + } +} -- cgit v1.2.3