Skip to content

Commit 2ad5259

Browse files
committed
Final touches
1 parent 18141d3 commit 2ad5259

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
<script src="https://cdn.tailwindcss.com"></script>
77
</head>
88
<body class="flex items-center justify-center h-screen w-screen">
9-
<div class="bg-[#04D2A9] rounded-[11px] p-[1px]">
10-
<div class="p-2 rounded-[10px] flex items-center justify-center border border-[#4FDFC3] bg-gradient-to-b from-[#04D2A9] to-[#4FDFC3]">
9+
<div class="gap-2 cursor-pointer h-[36px] px-2 rounded-[10px] flex items-center justify-between border border-[#4FDFC3] bg-gradient-to-b from-[#04D2A9] to-[#4FDFC3]"
10+
style="box-shadow: 0px 1px 2px rgba(31, 42, 55, 0.4), 0px 0px 0px 1px #04D2A9;"
11+
>
1112
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1213
<path d="M10 4.16667V15.8333M4.16666 10H15.8333" stroke="white" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
1314
</svg>
14-
<div class="flex w-[162px] h-[36px] font-medium items-center justify-center text-white">
15+
<div class="text-sm flex font-medium items-center justify-center text-white"
16+
style="text-shadow: 0px 20px 24px rgba(16, 24, 40, 0.08), 0px 8px 8px rgba(16, 24, 40, 0.03);"
17+
>
1518
New Template
1619
</div>
17-
<div class="rounded-10 bg-[#03BE99] text-white w-[21px] h-[20px] flex items-center justify-center">
20+
<div class="rounded-[6px] font-medium text-xs bg-[#03BE99] text-white w-[21px] h-[20px] flex items-center justify-center">
1821
N
1922
</div>
20-
</div>
23+
2124
</div>
2225
</body>
2326
</html>

0 commit comments

Comments
 (0)