Answered step by step
Verified Expert Solution
Question
1 Approved Answer
These instructions are for those of you who choose to use floats for your page. If you want to use flexbox, you can set the
These instructions are for those of you who choose to use floats for your page. If you want to use flexbox, you can set the display of the parent containers to flex, and then alter the widthsmargins of the flex items child elements from there. You could realistically leave the row styles and add display: flex to the row CSS declaration for this part.
You can also use other methods as you see fit, but I wouldnt recommend trying to use the position property as it is cumbersome and difficult to do Please note that this list isnt exhaustive, it will help get you started. You may edit the HTML to better fit your positioning method. The only caveat is that the content should remain the same on the page as far as text, images, links, etc.
GeneralBody Styles
Add a fontsize of px to the body and set the margin to
Give the container a maxwidth of px a width of and center it with margin: auto
Most containers have a padding of px
Borderradius has been set to px for any rounded corners
Borderradius has been set to for circular images
Link tag colors have been altered
Images have a maxwidth of
Header Styles
I gave the header a height of em a black background, a white color, and padding of on topbottom and px on the leftright sides
The h is floated to the left with some margins on it
The nav has a margin on top of it em and is also floated to the left
Aside Styles
Aside has been floated to the left and has a width of and a margin on the right side of
Both images are centered, the first one has a px solid black border, the second one is circular
Main Styles
The main class is also floated to the left with a width of
The images in the section tags are floated with a margin around them
The paragraphs In the section tags have no margin on top
The blog posts have a width of and margins of on all sides
The imagescontainers in the blue blog posts have a topleft and topright border radius applied
The blog post h tags have margin applied: em em em
The blog post p tags have padding applied: em
Footer Styles
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started