mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
444 B
HTML
16 lines
444 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<style type="text/css">
|
|
div {
|
|
width: 64px;
|
|
height: 64px;
|
|
border: 64px solid blue;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div style="height: 0; border-bottom: 0; -moz-border-radius-topleft: 64px; -moz-border-radius-topright: 64px;"></div>
|
|
<div style="height: 64px; border-width: 0 64px;"></div>
|
|
<div style="height: 0; border-top: 0; -moz-border-radius-bottomleft: 64px; -moz-border-radius-bottomright: 64px;"></div>
|
|
</body>
|
|
</html>
|