зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
147 B
HTML
10 строки
147 B
HTML
|
<!DOCTYPE html>
|
||
|
<html style="position: fixed;">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="position: sticky;"></div>
|
||
|
</body>
|
||
|
</html>
|