Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<style>
#test {
width: 100px; height: 100px;
margin-left: 200px;
background: blue;
}
</style>
<div id="test"></div>
<!DOCTYPE html>
<html>
<style>
#test {
width: 100px; height: 100px;
margin-left: 200px;
background: blue;
}
</style>
<div id="test"></div>