Skip to content

Commit 339a17f

Browse files
committed
🦹‍♂️ Hero arkaplanı değiştir
1 parent e77c083 commit 339a17f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: ana/hero/birim.css

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
#he {
2-
background: linear-gradient(100deg, #D1EAFF 11%, rgba(226, 190, 255, 0.274) 83%, rgba(20, 0, 255, 0) 110%);
32
border-radius: 22px;
43
display: flex;
5-
flex-wrap: wrap;
64
justify-content: center;
5+
/**
6+
* #8e2de2 -> rgb(142, 45, 226)
7+
*/
8+
background:
9+
radial-gradient(circle at 20% 20%, rgba(144, 205, 244, 0.1) 0%, rgba(255, 255, 255, 0) 40%),
10+
radial-gradient(circle at 70% 10%, rgba(99, 179, 237, 0.1) 0%, rgba(255, 255, 255, 0) 60%),
11+
radial-gradient(circle at 60% 90%, rgba(49, 130, 206, 0.4) 0%, rgba(255, 255, 255, 0) 40%),
12+
radial-gradient(circle at 10% 80%, rgba(66, 153, 225, 0.1) 0%, rgba(255, 255, 255, 0) 40%),
13+
radial-gradient(circle at 0% 55%, rgba(163, 109, 211, 0.2) 0%, rgba(255, 255, 255, 0) 50%),
14+
radial-gradient(circle at 75% 60%, rgba(99, 55, 186, 0.3) 0%, rgba(255, 255, 255, 0) 40%);
715
}
816

917
#het {

0 commit comments

Comments
 (0)