DOCTYPE html>html lang="kr"> head> title>The Nick Timestitle> style> body { height: 1000vh; margin: 20px; } div { width: 300px; height: 300px; } #green { background-color: teal; position: fixed; opacity: 0.2; } #different { background-color: wheat; } style> head> body> div id="different">div> body>html> 결과