mkdir vanilla-js-todo
cd vanilla-js-todo
Intalling touch (unix)
npm install touch-cli -gtouch index.html style.css app.js
VS CODE : ! to generate HTML snippet
header.logo + TAB key
link - for style linking code
install live server extension
font awesome cdn - cdnjs.com
open index.html by right click - > open with live server
CSS - click correction
i{
pointer-events: none;
}
No comments:
Post a Comment