mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
11 lines
165 B
HTML
11 lines
165 B
HTML
<!DOCTYPE html>
|
|
<style type="text/css">
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: blue;
|
|
box-shadow: 26px 43px 60px black;
|
|
}
|
|
</style>
|
|
<div>
|
|
</div>
|