CSS

[css] CSS - 코드펜 스타트 코딩 버튼 테두리 효과 (Codepen Start Coding Button Border Effect) = 네온사인 테두리

코드펜 Start Coding 버튼 테두리 효과

 

<style>

.button {

  display: inline-block;

  text-decoration: none;

  color: #fff;

  padding: 3px;

  border-radius: 6px;

  position: relative;

  overflow: hidden;

}


.button::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 200%;

  height: 100%;

  background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);

  background-size: 50% 100%;

  border-radius: inherit;

}


.button:hover::before {

  animation: animate_border .75s linear infinite;

}


.button span {

  display: block;

  background-color: #000;

  padding: 13px 20px;

  border-radius: 3px;

  position: relative;

  z-index: 2;

}


@keyframes animate_border {

  to {

    transform: translateX(-50%);

  }

}

</style>

 

<a href="#" class="button">

  <span>Start Coding</span>

</a>

 

결과보기

https://codepen.io/Cyw00d/pen/rNpgbjX


분류 제목
text CSS - word-spacing 속성 ★ - 텍스트 단어간 간격 (= 단어간격 = word-spacing…
flex CSS - align-content 속성(C) ★★ - 줄바꿈 된 경우, 교차축 기준으로 라인 정렬. (= …
border CSS - border-image-slice 속성 - 테두리이미지자르기 (IE11)
css CSS - 스크롤 따라다니는 양사이드배너 (= 양쪽날개배너 = 사이드고정배너) 3단 레이아웃
func CSS - cubic-bezier() 함수 - 이동 속도 변화 (= 입방체 베지에곡선 =cubic-bezie…
font CSS - font-variant 속성 - 작은 대문자 (= font-variant속성 = 폰트베리언트 = …
css CSS - 폰트오썸 아이콘 배경이미지 적용 + fontawesome 엑박원인 엑박해결
selector CSS - ::first-letter 가상선택자 - 요소의 첫번째글자 선택 (= ::first-letter선…
selector CSS - ::-webkit-scrollbar - 스크롤바 선택자 (= 스크롤바 모양 디자인 커스텀 = Cu…
selector CSS - element 요소선택자 ★ - 지정 요소 선택. (요소선택자군)
selector CSS - :target 가상선택자 - 내부링크목적지요소 (= :target선택자 = 타겟선택자 = 목적지선…
list CSS - list-style-image 속성 - 리스트 스타일 이미지 (= 리스트 마커 이미지 = list…
intro CSS - 발전사 (CSS1 → CSS2.01 → CSS) + 제작관리 단체
transition CSS - transition 속성 ★★★ - 지정시간 동안 천천히 변화 (= transition속성 = 트…
pagination CSS - 페이징 - 마우스오버 시 색깔 변경 (Active and Hoverable Pagination)
25/35
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드 1
제작의뢰
Q&A
커뮤니티 3
웹유틸
회원센터
홈짱닷컴 PC버전 로그인