The CSS Yard is a Component library built using HTML and Vanilla CSS to build the UI faster for web pages
- HTML
- Vanilla CSS
- 1.0
- Include CSS file mentioned below in your head tag of html file. And you are ready to use this file.
<link rel="stylesheet" href="https://thecssyard.netlify.app/CSS/style.css">
or you can import the below url in the css file
-
@import url("https://thecssyard.netlify.app/CSS/style.css")
-
Documentation will help you to understand look and feel of the components.
-
In Documentation, example's html code is written, you can directly copy and paste in your html file.