12 lines
192 B
HTML
12 lines
192 B
HTML
<!doctype html>
|
|
<style>
|
|
#cover {
|
|
background: white;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 200px;
|
|
top: 0;
|
|
border: 1px solid black;
|
|
}
|
|
</style>
|
|
<div id="cover"></div>
|