xxxxxxxxxx
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.container {
background-color: rgb(155, 70, 235);
padding: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome</h1>
<p>this is some text</p>
</div>
</body>
</html>
xxxxxxxxxx
<body>
<div class="no1" id="try to skip if you are new!">
<h1>Lets Sign</h1>
</div>
<div class="no2">
<p>lalalalalalalalalalalalal</p>
</div>
<div class="no3">
<p>bla bla bla bla</p>
</div>
</body>