.kotak { width: 350px; height: 200px; border-color: black; } @media screen and(max-width:768px) { .kotak{ background-color: red; } }