Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Recreate the following image using floats. This is a positioning exercises, please provide the proper css code. This is the base of the code: Positioning

Recreate the following image using floats. This is a positioning exercises, please provide the proper css code. This is the base of the code:

Positioning Lab

* {

margin: 0px;

padding: 0px;

}

body {

background-color: #ECECEC;

font-weight: bold;

font-family: Tahoma, Geneva, sans-serif;

color: #FFF;

text-align: center;

line-height: 24px;

}

#wrapper {

background-color: #FFF;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

width: 800px;

margin-right: auto;

margin-left: auto;

}

#red {

background-color: #900;

}

#green {

background-color: #090;

}

#blue {

background-color: #00F;

}

#purple {

background-color: #63C;

}

#footer {

background-color: #666;

}

h1 {

color: #000;

font-weight: normal;

padding: 50px;

}

Absolute 2

Red

Green

Blue

Purple

image text in transcribed

Red Green Absolute Positioning 1 Footer Blue Purple

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management With Website Development Applications

Authors: Greg Riccardi

1st Edition

0201743876, 978-0201743876

More Books

Students also viewed these Databases questions

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago