Snippets / CSS
CSS
Linear Gradient & Angled Button Background
D
Donald McGuinn
·
185 views
·
Updated 2 years ago
.elementor-button {
background: linear-gradient(135deg, pink 75%, #fff 75%);
color: #000 !important; /* Adjust text color as needed */
border: 1px solid #ddd;
}
CSS · 5 lines
Discussion
Ask a question or share how you used this.
Log in
to join the discussion.
No comments yet — be the first.