12 lines
158 B
HTML
12 lines
158 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
#target {
|
|
width: 100px;
|
|
height: 100px;
|
|
opacity: 1;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div id="target"></div>
|
|
</html>
|