12 lines
130 B
CSS
12 lines
130 B
CSS
div {
|
|
position: absolute;
|
|
top: 0px;
|
|
height: 100px;
|
|
width: 100px;
|
|
background-color: black;
|
|
}
|
|
|
|
button {
|
|
float: right;
|
|
}
|