Get Started
Introduction
Welcome fellas! Start using ready made components by just adding the stylesheet link. We at Villainess provides you with ready made components based on the theme of Daredevil aka Matt Murdock. Copy and Paste is what you need to do, design as you desire.
Quick Start
Just Copy and Paste the stylesheet link from below code snippet into the head tag of your html file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="<link rel="stylesheet" href="https://villainess-cl-154.netlify.app/Components/Villainess.css" /> |
Starter Template
This is the Starter Template or an example how you can implement the component library features and use the styles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<!-- Villainess Stylesheet --> | |
<link rel="stylesheet" href="https://villainess-cl-154.netlify.app/Components/Villainess.css" /> | |
<title>You Own Title</title> | |
</head> | |
<body> | |
<h1>Your Own Heading</h1> | |
</body> | |
</html> |