<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>hw4css</title>
<link rel="stylesheet" type="text/css" href="hw4.css">
</head>
<style>
title {
    margin: 20px 40px;
    background-color: aqua;

}
.paragraph {
    text-align: justify;
    margin: 5px 5px;
    padding: 5px 5px;
    border: 5px solid red;
    outline-style: solid;
    outline-color: black;
    outline-width: medium;

}
html {
    background-color: chartreuse;
    text-align: justify;

}
</style>
<link rel="stylesheet" type="text/css" href="test4.css">
</html>

