Wednesday, May 15, 2019

53

Code so far:

<!DOCTYPE html>

<html>

<head>

<title>Wolverine css dimensions</title>

<style>body {background-color: green;} </style>

</head>

<body style=" margin:0 auto;" >

<div></div>          <!-- Mason helped me to understand the max- commands.. -->

<div style=" max-width: 650px;  height; 20px; width: 80vw; background-color: red;"><p>They smell REALLY bad</p></div><br>

<div style=" max-height: 60vh; height: 80vh; width: 50vw; border: dotted; background-color: powderblue;"><p>They will eat nearly anything they come across, plane or animal</p></div><br>

<div style=" 50px


</body>

</html>

No comments:

Post a Comment