[TIL]を作成しています
html/css
.last-content:hover .border_white {
left: 0px;
border: solid 20px white;
}
.border_white {
position: absolute;
width: 350px;
height: 250px;
transition: all 1s;
}
@media screen and (max-width: 780px) { ~ 변경할 요소와 값 작성}
Reference
この問題について([TIL]を作成しています), 我々は、より多くの情報をここで見つけました https://velog.io/@estell/TIL-61a7ta7yテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol