mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
16 lines
384 B
HTML
16 lines
384 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<title>border-image-outset resize reference</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
</head>
|
|
<body>
|
|
<div style="width: 100px; border: solid #1DD813 10px; margin: 10px;">
|
|
<div style="padding: 10px;">
|
|
Hello World!
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|