Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 558 Bytes

File metadata and controls

12 lines (8 loc) · 558 Bytes

scaffold_css

CSS Designed for you,while working with javascript why bother to design the layout all the time , Just Simply Link to your HTML Document and Enjoy Basic Styling

HOW TO LINK SCAFFOLD CSS TO YOUR HTML DOCUMENT

Use our CDN And link file to the HTML head Tag and paste the CDN Url as shown as below

          <head>
          <link rel="stylesheet" href="https://scffoldcss.netlify.com/scaffold_css.css" />
          <link rel="stylesheet" href="https://scffoldcss.netlify.com/scaffold_minified.css" />
          </head>