blob: d5376d134ba0582763cc88507c618e957db71e65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<span><slot /></span>
<style>
span {
display: inline-block;
border: 3px solid currentColor;
padding: 0.5em 1em;
font-weight: 700;
text-transform: uppercase;
}
</style>
|