зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
308 B
HTML
16 строки
308 B
HTML
<!DOCTYPE html>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
html, body {
|
|
margin: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
div {
|
|
height: 50%;
|
|
position: absolute;
|
|
}
|
|
</style>
|
|
<div style="background: green; width: 100%;"></div>
|
|
<div style="background: blue; width: 50%;"></div>
|