Styling Using CSS - noobpentester09/Edyoda-HTML-CSS-Modules GitHub Wiki

Instead of providing same style for diffrent Tags, Using CLASS attribute can reduce code. The class name must be provided and the class name is used to provide styling with a (.)prefix

Declaring a class Class = "Class_Name"

Using a Class = <style> .Class_Name {Width:200px; Height:200px;}</style>

⚠️ **GitHub.com Fallback** ⚠️