![]() |
Spectre CSS is a lightweight, responsive, and modern CSS framework that allows for speedier development and extensibility. It provides the essential elements and typographic stylings, as well as a responsive layout system based on the flexbox feature. It was created by Yan Zhu and first introduced in March 2016. ![]() Spectre CSS
Spectre is a side project born out of years of CSS development on a huge web service. Only modern base styles, responsive layout systems, CSS components, and utilities are included in Spectre, which may be customized for your project using the Sass/Scss compiler. The use of Spectre.css is absolutely free.
![]() Spectre CSS Features of Spectre CSS:
The next step in learning Spectre CSS involves its installation: There are five ways to install Spectre CSS that are described below: Method 1 (Install Manually): We can easily download the compiled and minified Spectre CSS file from the given link. The file size will be approx 10Kb. https://github.com/picturepan2/spectre/releases After downloading the files, put the file in your current working folder and navigate the useful files like spectre.min.css, spectre-exp.min.css & spectre-icons.min.css. This will enable spectre on your working folder. Then, specify those file path links to your code. <link rel="stylesheet" href="spectre.min.css"> <link rel="stylesheet" href="spectre-exp.min.css"> <link rel="stylesheet" href="spectre-icons.min.css"> Method 2 (Install from CDN): We can simply use the below-mentioned links in the head section of our HTML file that will enable Spectre. <link rel=”stylesheet” href=”https://unpkg.com/spectre.css/dist/spectre.min.css”> <link rel=”stylesheet” href=”https://unpkg.com/spectre.css/dist/spectre-exp.min.css”> <link rel=”stylesheet” href=”https://unpkg.com/spectre.css/dist/spectre-icons.min.css”> Method 3 (Install with NPM): To install Spectre, we just need to run the below command after that we need to navigate the required file in our HTML file. npm install spectre.css --save Method 4 (Install with Yarn): To install Spectre, we just need to run the below command after that we need to navigate the required file in our HTML file. yarn add spectre.css Method 5 (Install from Bower): We can install Spectre from the bower. This method for installing the Spectre is not preferred & avoided. bower install spectre.css --save Example: In this example, we will use the heading classes provided by Spectre CSS. HTML
Output: ![]() Spectre CSS Benefits of Spectre CSS: Modern basic styles, a responsive layout system, CSS components, and utilities are all included in Spectre CSS, which may be customized for your project using the Sass/Scss compiler. Spectre CSS is easy to implement framework. It is easy to use the responsive design with a modern approach with flexbox. Learn more about Spectre CSS:
Spectre CSS Complete References:
Alternatives of Spectre CSS:
|
Reffered: https://www.geeksforgeeks.org
CSS |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 14 |