728x90 UI5 menu hover css nav a { position: relative; margin: 0 30px; padding-bottom: 4px; font-size: 18px; color: #000 !important; transition: 0.2s; } button a { color: #fff !important; } a:before, a:after { content: ''; position: absolute; width: 0%; height: 2px; bottom: -2px; background: #4E506B; } a:before { left: 0; } a:after { right: 0; background: #4E506B; transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); .. 2023. 9. 4. 스크롤 안보이게 하려면? ::-webkit-scrollbar { display: none; } 2023. 3. 4. 박스안에 글자가 밖으로 나올 때 안으로 넣기 overflow: auto; ::-webkit-scrollbar { display: none; } 2022. 9. 22. 가로 길이를 정했는데 줄이 안바뀐다면? word-wrap: break-word; 2022. 8. 22. 자동완성 파란색 배경 없애기 보호되어 있는 글 입니다. 2022. 6. 2. 이전 1 다음 728x90