Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<style>
div {
font-size: 40px;
margin: 30px;
width: 235px;
height: 52px;
color: red;
}
</style>
</head>
<body>
<div>Hello world!</div>
</body>
</html>