Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
#outer {
width: 200px;
height: 200px;
background: green;
}
</style>
<div id="outer"></div>
<!DOCTYPE html>
<style>
#outer {
width: 200px;
height: 200px;
background: green;
}
</style>
<div id="outer"></div>