Skip to content

Commit 6adbda6

Browse files
committed
Add a swish
1 parent c9d057b commit 6adbda6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/lib/Grid/Items/Developer.svelte

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828
grid-row: span 3 / span 3;
2929
height: 200px;
3030
width: 125px;
31+
padding-right: 8px;
32+
border-radius: 15px 100px 100px 15px;
33+
border: 0 double transparent;
34+
border-right-width: 2px;
35+
36+
background-image:
37+
linear-gradient(lightblue, lightblue),
38+
radial-gradient(at right, white 0%, lightblue 75%);
39+
background-origin: border-box;
40+
background-clip: padding-box, border-box;
3141
}
3242
3343
.thumbnail {

0 commit comments

Comments
 (0)