From c475de6adabca338879974fd7bbc81b474a84991 Mon Sep 17 00:00:00 2001 From: log101 Date: Sun, 25 Aug 2024 20:54:11 +0300 Subject: [PATCH] feat: add apps --- index.html | 20 ++++++++++++++------ public/degisim-kotudur.png | Bin 0 -> 48323 bytes public/konulu-konum-logo.jpg | Bin 0 -> 103704 bytes 3 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 public/degisim-kotudur.png create mode 100644 public/konulu-konum-logo.jpg diff --git a/index.html b/index.html index 65f71b9..dc5db21 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ gap: 24px; transition-property: transform; - transition-duration: 100ms; + transition-duration: 150ms; } #logo-container { @@ -79,9 +79,17 @@ border: 1px solid black; gap: 24px; height: 290px; + transition-property: opacity; + transition-duration: 500ms; opacity: 0.3; } + .app:hover { + transition-property: opacity; + transition-duration: 500ms; + opacity: 0.8; + } + .app1 { grid-area: app1; padding: 20px 0; @@ -116,14 +124,14 @@
- -

Blog

+ +

Konulu
Konum

- -

Blog

+ +

Değişim
Kötüdür

@@ -151,7 +159,7 @@