select “div” in tree panal =>
=> tab “style” => … Create new CSS rule => click =>
=> click an element to make a class =>
=> select “Stylesheet” => in style.css =>
=> div.grid-container in tree panel =>
=> .grid-container in style.css =>
=> Edit CSS Grid selection =>
=> Create CSS Grid in CSS GRID FOR div.grid-container =>
=> inline style made =>
——————————————————————————————————————
1
2
3
4
5
6
7
8
9
What I want to know is that
why isn’t “css style code” made in style.css file ?
Thanks