
Funnels Supply
Button Outline
Add an outline to your button.
Button Outline
Customize
Padding
px
Radius
px
Font Size
px
Reset
Code Preview
.button-outline {
position: relative;
border-radius: 8px !important;
}
.button-outline::before {
content: "";
position: absolute;
top: -4px;
bottom: -4px;
left: -4px;
right: -4px;
border: 1px solid white;
border-radius: 12px;
}
Component Copied
Copy Component