#logo-class
Used to define the logo that appears at the top of a screen.
The following illustrations show:
-
The logo style before applying CSS changes.
-
The logo style after the background-color property has been changed to black and the min-width property has been changed to 800px.
| Default CSS | Modified CSS |
|---|---|
![]() #logo {<br/> min-width: 400px; <br/>} | ![]() #logo {<br/> min-width: 800px; <br/> background-color: black; <br/>} |
Updated 20 days ago


