.

WSS :

What is it ?

WSS (Webba Style System) is a web library developed by Webba that will help you become more productive and generate websites much faster.

Quick start :

Import (Our Server) :

Recommended

CSS

Copy-paste this code into your head before your stylesheets :

<"link href="https://software.webba-creative.com/wss/wss.css" rel="stylesheet">

JS

Copy-paste this code into your body at the end :

<script src="https://software.webba-creative.com/wss/js/wss.js"></script>

Download (Your Server) :

Not Recommended

CSS + JS

DownLoad and Import it with your path :

DownLoad

CSS

Copy-paste and modify this code into your head before your stylesheets :

<"link href="[your path]wss/wss.css" rel="stylesheet">

JS

Copy-paste and modify this code into your body at the end :

<script src="[your path]wss/js/wss.js"></script>