mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
80bc58886e
--HG-- extra : rebase_source : f5d572ed37255b9036ce2678645788768e0a52ae
25 lines
324 B
HTML
25 lines
324 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body style="background:white">
|
|
<style>
|
|
div {
|
|
position: absolute;
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 30px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
span {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: black;
|
|
}
|
|
</style>
|
|
<div><span></span></div>
|
|
</body>
|
|
</html>
|