13 lines
191 B
HTML
13 lines
191 B
HTML
<!doctype html>
|
|
<style>
|
|
body { margin: 0 }
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
border: 1px transparent;
|
|
border-radius: 5px;
|
|
outline: 1px auto;
|
|
margin: 10px;
|
|
}
|
|
</style>
|
|
<div></div>
|