Skip to content

Commit 487fa8b

Browse files
committed
Add decorations
1 parent 6a2fbf4 commit 487fa8b

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

index.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,46 @@
211211
"
212212
alt="SoftPoint mobile screenshot"
213213
/>
214+
<div
215+
class="rounded-full w-130/792 aspect-square absolute top-4/100 left-12/100 -z-1 shadow-[-4px_1px_80px_0px_rgba(246,_216,_135,_0.7)]"
216+
style="
217+
background:
218+
linear-gradient(
219+
180deg,
220+
#ffe6a2 0%,
221+
#f9d678 100%
222+
),
223+
linear-gradient(
224+
180deg,
225+
#fedf8b 0%,
226+
#ffc16b 100%
227+
);
228+
"
229+
>
230+
<div
231+
class="rounded-full bg-[#FFF4DD] absolute top-30/100 left-30/100 w-4/130 aspect-square"
232+
></div>
233+
<div
234+
class="rounded-full bg-[#FFF4DD] absolute top-20/100 left-28/100 w-4/130 aspect-square"
235+
></div>
236+
<div
237+
class="rounded-full bg-[#FFF4DD] absolute top-30/100 left-20/100 w-4/130 aspect-square"
238+
></div>
239+
</div>
240+
241+
<div
242+
class="rounded-full bg-[linear-gradient(176.15deg,_#8EE7CA_19.68%,_#87D2BA_96.85%)] w-110/792 aspect-square absolute top-71/100 right-6/100 -z-1 shadow-[0px_4px_70px_0px_rgba(155,_215,_195,_0.8)]"
243+
>
244+
<div
245+
class="rounded-full bg-[#C1F0E1] absolute bottom-30/100 right-30/100 w-4/130 aspect-square"
246+
></div>
247+
<div
248+
class="rounded-full bg-[#C1F0E1] absolute bottom-20/100 right-28/100 w-4/130 aspect-square"
249+
></div>
250+
<div
251+
class="rounded-full bg-[#C1F0E1] absolute bottom-30/100 right-20/100 w-4/130 aspect-square"
252+
></div>
253+
</div>
214254
</div>
215255
</div>
216256
</section>

0 commit comments

Comments
 (0)