mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
12 lines
187 B
HTML
12 lines
187 B
HTML
<!doctype html>
|
|
<style>
|
|
div {
|
|
border-width: 27px 54px;
|
|
border-style: solid;
|
|
border-image: url("reticule.png") 27 fill round;
|
|
width: 216px;
|
|
height: 108px;
|
|
}
|
|
</style>
|
|
<div></div>
|