본문 바로가기

프론트엔드/HTML&CSS

Tailwind

<div class="flex gap-[20px]">
 
  <a href="#" class = "bg-[#afafaf] p-[8px_15px_5px_15px] rounded-[20px] hover:bg-[black] hover:text-white">전체</a>
  
  <a href="#" class ="bg-[#afafaf] p-[8px_15px_5px_15px]
  rounded-[20px] hover:bg-[black] hover:text-white">마이페이지</a>
  <a href="#" class = "bg-[#afafaf] p-[8px_15px_5px_15px] rounded-[20px] hover:bg-[black] hover:text-white">혜택</a>

'프론트엔드 > HTML&CSS' 카테고리의 다른 글

html-css유용한 사이트  (0) 2022.06.01
부트스트랩 스크롤스파이  (0) 2022.05.13
자동완성  (0) 2022.05.04