COLLAGE SECTION
Texty
Go ahead and paste this in between the space of the two "body" tags on your page:
<h1>Pee Pee</h1>
<h2>wee wee</h2>
<h3>Poo Poo</h3>
<h4> Cum </h4>
<p> yummy yummy </p>
<div>
Lorem ipsum dolor sit amet
consectetur adipisicing elit. Minus,
rem rerum eos explicabo distinctio
reiciendis mollitia laudantium cupiditate
architecto consequatur reprehenderit
veniam nostrum dolorem soluta beatae,
voluptatibus harum, sunt deserunt.
</div>
Isn't that neat? but its not that neat, I know. Lets see if we can go ahead and
make this a bit more interesting. Go ahead and replace that text with this:
<h1 style=
"color:yellow;
font-size: 400px;"
>Pee Pee</h1>
<h2 style=
"background: linear-gradient(yellow, blue);
color:yellowgreen;
font-size: 200px;
">wee wee</h2>
<h3 style=
"background-color: brown;
color: blue;
font-size: 200px;"
>Poo Poo</h3>
<h4 style="color: bisque;"> Cum </h4>
<p><b> yummy yummy</b> </p>
<div style=
"background-color:
yellow; color:red">
Lorem ipsum dolor sit amet
consectetur adipisicing elit. Minus,
rem rerum eos explicabo distinctio
reiciendis mollitia laudantium cupiditate
architecto consequatur reprehenderit
veniam nostrum dolorem soluta beatae,
voluptatibus harum, sunt deserunt.
</div>
In visual studios code that code should look like this:
If you click any of the colors they should take you to an RGB picker where you can change the color. Finally go ahead and add this one:
<div style="
position: absolute;
top: 300px;
left: 300px;
background-color: blue;
z-index: 4;
width: 500px;
height: 500px;
opacity: 0.6;
border-radius: 10px;">
</div>