Source code
Revision control
Copy as Markdown
Other Tools
<head>
<style>
div {
width: 50px;
height: 100px;
background-color: rgba(0,0,255,0.5);
}
</style>
</head>
<body>
<div/>
</body>
</html>