2021-08-17 20:27:54 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Margin and Padding exercise</title>
|
2021-08-18 20:49:04 +00:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2021-08-17 20:27:54 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="one">
|
|
|
|
DIV ONE
|
|
|
|
</div>
|
|
|
|
<div class="two">
|
|
|
|
DIV TWO
|
|
|
|
</div>
|
|
|
|
<div class="three">
|
|
|
|
DIV THREE
|
2021-09-08 21:13:05 +00:00
|
|
|
</div>
|
2021-08-17 20:27:54 +00:00
|
|
|
</body>
|
2021-09-08 21:13:05 +00:00
|
|
|
</html>
|