카테고리 없음

10. CSS Images

okthatsimple 2024. 7. 18. 02:06

예시

img {
    max-width: 100%;
    height: auto;
    opacity: 0.5;
    margin-left: auto;
    margin-right: auto;
}