<html>
<head>
<style>
.testdiv {
border: 5px outset red;
background-color: gray;
text-align: center;
color: white;
}
</style>
</head>
<body>
<div class="testdiv">
<h1>Tiêu đề 1</h1>
<p>Hello world!</p>
</div>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.