Home >Web Front-end >CSS Tutorial >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!