Components

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.

<link rel="stylesheet" href="<link rel="stylesheet" href="https://villainess-cl-154.netlify.app/Components/Villainess.css" />
view raw install.html hosted with ❤ by GitHub

Starter Template

This is the Starter Template or an example how you can implement the component library features and use the styles.

<!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>
view raw starter.html hosted with ❤ by GitHub