VOOZH about

URL: https://www.geeksforgeeks.org/css/spectre-button/

⇱ Spectre Button - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Spectre Button

Last Updated : 23 Jul, 2025

The button is an important feature of any website or in any app. There are a few particular things that we all should care about buttons like color, size and etc. In spectre we have some specific classes for individual things on buttons. All the classes are mentioned and described below:

Spectre Button:

Syntax:

<button class="btn">
 Button
</button>

Below examples illustrate the concept of the Spectre Button:

Example 1: In this example, we will create different kinds of buttons like normal buttons, linked buttons, etc.

Output:

👁 Spectre Button

Example 2: In this example, we will use other classes to design and decorate the buttons as we want.

Output:

👁 Spectre Button

Reference: https://picturepan2.github.io/spectre/elements/buttons.html

Comment