Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<style type="text/css">
.fixed {
border: 1px solid black;
height: 50px;
width: 200px;
background: yellow;
}
</style>
<div class="fixed"></div>