Home > Web Front-end > CSS Tutorial > How to Use FSCSS in CSS

How to Use FSCSS in CSS

Susan Sarandon
Release: 2024-12-28 02:48:11
Original
354 people have browsed it

How to Use FSCSS in CSS

FSCSS can be written inside of any HTML style tag, but
You must import the FSCSS js file after the style tag as shown below

<style>
//FSCSS 
</style>
<script  src="https://winiss.tiiny.site/scripts/fscssv3.1m.js"></script>
Copy after login

for additional methods such as copy(), repeat() etc, use this two external javascript.

<script  src="https://winiss.tiiny.site/scripts/fscssv3.1m.js"></script>
<script src="https://winiss.tiiny.site/scripts/m.js"></script>
Copy after login

See example on codepen

The above is the detailed content of How to Use FSCSS in CSS. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template