Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
-->
<html>
<head>
<style>
#limesquare {
width: 100px;
height: 100px;
background: lime;
}
</style>
</head>
<body>
<div id="limesquare"></div>
</body>
</html>