use w3 css on your website

Solutions on MaxInterview for use w3 css on your website by the best coders in the world

showing results for - "use w3 css on your website"
Paul
16 Mar 2017
1To use w3-css on your project just add the following cdn to your HTML head tag
2<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
3from here you'll be able to call any w3-css class and use it in your project.