.profile-header > div class
Header for the user profile screen.
The following illustrations show:
-
The .profile-header > div style before applying CSS changes.
-
The .profile-header > div style after the background-color property has been changed to pink.
| Default CSS | Modified CSS |
|---|---|
![]() | ![]() |
| .profile-header > div {<br /> flex-grow: 1;<br /> flex-basis: 0;<br />} | .profile-header > div {<br /> flex-grow: 1;<br /> flex-basis: 0;<br /> background-color: pink;<br />} |
Updated 18 days ago


