mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
17 lines
228 B
HTML
17 lines
228 B
HTML
<div></div><span></span>
|
|
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: rgba(0,0,0,0.7);
|
|
}
|
|
span {
|
|
background-color: red;
|
|
width: 100px;
|
|
height: 20px;
|
|
display: block;
|
|
}
|
|
</style>
|
|
|