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

How to Use FSCSS in CSS

Susan Sarandon
Susan SarandonOriginal
2024-12-28 02:48:11280browse

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>

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>

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:
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