• Skip to primary navigation
  • Skip to content
  • Skip to footer
tubejay arkiv
  • Investment
  • Dev
  • Cube

    Miscellaneous

    Table of Contents

    • animation
    • table
    • link

    animation

    • in 🖌️main.scss
    • Minimal Mistakes
    1
    2
    
    $intro-transition  : none;
    $global-transition : none;
    

    table

    • in 🖌️main.scss
    1
    2
    3
    
    th,td {border-right:1px solid #262626}
    th:first-child, td:first-child {border-left :0px}
    th:last-child,  td:last-child  {border-right:0px}
    

    link

    • in 🖌️main.scss
    • 취미로 코딩하는 개발자
    1
    
    a {text-decoration: none}
    
    • Feed
    © 2025 tubejay. Powered by Jekyll & Minimal Mistakes.