Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
#target {
translate: 50px;
width: 50px;
height: 50px;
background-color: green;
}
</style>
<div id=target></div>
<!DOCTYPE html>
<style>
#target {
translate: 50px;
width: 50px;
height: 50px;
background-color: green;
}
</style>
<div id=target></div>