Beautifully designed, expertly crafted components, built by the makers of WebHelpUI. The perfect starting point for your next project.
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="" type="image/x-icon">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://webhelp-ui.netlify.app/css/webhelpui.use.css">
<script src="https://webhelp-ui.netlify.app/js/webhelpui.use.js" ></script>
<title>Home | WebHelpUI</title>
</head>
How can I link CSS and JS file in my code?
This is a very simple task, from the installation section Just copy the CDN link of CSS and
paste it inside head
tag and copy the CDN link of JS and paste it before the closing
</body>
in your .html
file.
Can I made changes in the components by writing CSS code?
Yes! You can make changes to it but if you overwrite things then you have to write
!important
keyword in your css code.
Can I add more CSS property?
Yes, you can add more custom CSS properties by targeting the classname or ID of that component.