This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Step-3.2 add styles to match the step-3 design. This is the content section -->
<div class="content">
<!-- Step-3.3 add some content -->
<p>Lorem ipsum dolor sit amet, an eam virtute voluptatum. Et cum lobortis partiendo, argumentum assueverit nec in. Et illum soleat labores eos, no mel ipsum commodo legimus, te dolore graeci ceteros his. Ad illud appareat conceptam pro, eu est esse atqui definitionem, vidit adipiscing at mea. Harum deseruisse cum ex. No sit accusata delicatissimi, est feugiat eligendi adipisci an, in has malorum vivendo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Step-3.1 Not much to do here except add a width */
.content-mid-header {
background: #444;
width: 100%;
height: 100px;
}
/* Step-3.3 add a margin top to give this container some space. Also your 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;
width: 85%;
height: 60%;
margin-top: 45px;
margin-left: auto;
margin-right: auto;
display: block;
}
/* Step-3.2 Remember to add some padding and text-align*/
.content {
text-align: center;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
font-family: sans-serif;
font-size: 16px;
}
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Css Steps 1-2 Changes #1
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Css Steps 1-2 Changes #1
Filter by extension
Viewed files
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing