.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 { flex-grow: 1; flex-basis: 0; } | .profile-header > div { flex-grow: 1; flex-basis: 0; background-color: pink; } |
Updated over 2 years ago