CSS를 사용하여 화면 픽셀 단위로 측정을 정의하려면 px 단위를 사용하세요.
예를 들어 보겠습니다.
<html> <head> </head> <body> <div style = "position:relative;left:90px;top:3px;background-color:yellow;"> This div has relative positioning. </div> </body> </html>
CSS를 사용하여 화면 픽셀 단위로 측정을 정의하려면 px 단위를 사용하세요.
예를 들어 보겠습니다.
<html> <head> </head> <body> <div style = "position:relative;left:90px;top:3px;background-color:yellow;"> This div has relative positioning. </div> </body> </html>