Html task1
<!DOCTYPE html>
<html>
<head>
<title>Evergreen</title>
<style>
.container {
background-color: red;
width: 20%;
color: white;
margin: auto;
padding: 10px;
}
h1 {
display: inline-block;
border-top: 3px solid white;
border-bottom: 3px solid white;
padding: 5px;
}
p {
font-size: 20px;
margin-top: -20px;
}
</style>
</head>
<body style="text-align: center;">
<div class="container">
<div><sub>★</sub><sup>★</sup><sub>★</sub></div>
<h1>PREMIUM</h1>
<p>series</p>
</div>
</body>
</html>
Output :

Comments
Post a Comment