Question: I'm using a linked style sheet for the CSS (see code below). I just need help with the instruction below. Instruction: Float your graphic so

I'm using a linked style sheet for the CSS (see code below). I just need help with the instruction below.

Instruction: Float your graphic so it is on the right of your paragraph and your paragraph wraps around your image.

HTML:

Jonathan Altman

MFC 215LEC - Programmg for the Web

Jonathan Altman

Advanced CSS Web Page

Welcome to the Advanced CSS Web Page!

Home Page

University at Buffalo - Spring 2018

My name is Jonathan Altman, and I am a junior at University at Buffalo. My major is mechanical and aerospace engineering.

I grew up in a suburb of New York City.

I have been a lifeguard and my current job is a barista at Starbucks. I grew up with a dog and a cat. My

hobbies include baseball, fishing, and bicycle riding.

Hello world!

Jonathan Altman, Assignment finished using Visual Studio Code Editor, Last Modified: 5/3/2018

Linked style sheet:

div#topdiv {

position: absolute;

top: 0px;

left: 0px;

width: 100%;

color: #CCC;

background: #333;

padding: 0px;

text-align: center;

height: 50px;

}

.h {

color: lightblue;

font-size: 8px;

}

.hdr {

width: 100%;

height: 15%;

background-color: blueviolet;

color: maroon;

margin-top: 10px;

position: absolute;

top: 40px;

left: 0px;

}

.marquee {

background-color: maroon;

color: white;

width: 100%;

}

.home {

float: center;

color:blueviolet;

font-size: 20px;

position: absolute;

right: 50%;

top: 160px;

}

.bold {

position: absolute;

top: 30%;

right: 30%;

}

a {

width: 100%;

height: 30%;

color: purple;

margin-top: -20px;

}

nav {

float: left;

max-width: 100%;

margin: 0;

padding: 1em;

}

nav div {

list-style-type: none;

padding: 0;

}

body1 {

background: #ccc;

margin: 44px 0px 0px 0px;

text-align: center;

}

.par {

font-family: Verdana, serif;

position: absolute;

bottom: 48%;

color: blue;

}

.pic {

height: 50px;

width: 50px;

border: 3px solid;

border-color: blue;

float: right;

bottom: 48%;

}

.assignments {

position: absolute;

bottom: 115px;

}

.hw {

position: absolute;

top: 35%;

}

div#bottomdiv {

position: fixed;

bottom: 0px;

left: 0px;

width: 100%;

color: #CCC;

background: #333;

padding: 8px;

text-align: center;

}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!