You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Step-3.1 Not much to do here except add a width */
.content-mid-header {
background: #444;
}
/* Step-3.3 add a margin top to give this container some space. Also you're going to want to set the margin-left and margin-right to auto. This will give equal distance left and right to the container--essentially--centering the container */
.content-container {
background: #D8D8D8;
}
/* Step-3.2 Remember to add some padding and text-align*/