Skip to content
Mayank Mathur edited this page Apr 30, 2016 · 6 revisions

MSD Web Framework

We love making good and better webpages and websites, which are better looking. But, more or less making them is tedious and long work. So, here is this Web Framework. Using it is very simple. Just add these lines of codes in your HTML document --

<link rel="stylesheet" href="msdc-wf.css">
<link rel="stylesheet" href="msdc-wf-m.css">
<script src="JS FW/msdc-wf-JSFW.js"></script>
<script src="msdc-wf.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />

Also, there is I'm not hosting it on any CDN so you've to download it and host it on your own!

That's all! Now just add elements and attribute of required class and all of work would be done backstage, without your notice... 😄

So, sample can be seen here and further information in next pages.

Clone this wiki locally