Skip to content

Commit e27492b

Browse files
committed
Add arrows
1 parent e07209b commit e27492b

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

docs/welcome/index.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,35 @@
3636
table.showcase {
3737
height: 100%;
3838
width: 100%;
39+
position: relative;
3940
}
4041

4142
table.showcase .showcase-inner {
4243
margin: 40px auto 60px;
4344
padding: 10px;
4445
}
4546

47+
table.showcase:after {
48+
content: "";
49+
display: block;
50+
position: absolute;
51+
opacity: 0.5;
52+
left: 0;
53+
right: 0;
54+
bottom: 20px;
55+
margin: auto;
56+
height: 0;
57+
width: 0;
58+
border-width: 18px;
59+
border-style: solid;
60+
border-color: transparent;
61+
border-top-color: inherit;
62+
}
63+
64+
table.showcase.last-showcase:after {
65+
display: none;
66+
}
67+
4668
table.showcase .showcase-inner h1 {
4769
font-size: 50px;
4870
text-align: center;
@@ -355,7 +377,7 @@ <h2>Sortables for every occasion.</h2>
355377
</div>
356378
</td></tr></table>
357379

358-
<table class="showcase share"><tr><td>
380+
<table class="showcase last-showcase share"><tr><td>
359381
<div class="showcase-inner">
360382
<h1>Share</h1>
361383
<h2>Help us spread the word.</h2>

0 commit comments

Comments
 (0)