Skip to content

Instantly share code, notes, and snippets.

View khuongyolo's full-sized avatar
🏠
Working from home

Kuon Yolo khuongyolo

🏠
Working from home
  • 17:25 (UTC +09:00)
View GitHub Profile
@khuongyolo
khuongyolo / alternating-blockquotes.markdown
Created February 20, 2022 13:16
Alternating Blockquotes
@khuongyolo
khuongyolo / index.html
Created February 20, 2022 13:02
Quotes animation
<div class="frame">
<div class="circle"></div>
<div class="line left"></div>
<div class="line right"></div>
<div class="bracket left"></div>
<div class="bracket right"></div>
<div class="small top"><span class="first-letter">c</span>ollect</div>
<div class="big">Moments</div>
<div class="small bottom">Not <span class="first-letter">T</span>hings</div>
<div class="hide top"></div>
@khuongyolo
khuongyolo / index.html
Created February 17, 2022 13:50
Underline-Animation
<div class="container">
<img src="https://images.unsplash.com/photo-1557912407-eb2900cf49e8?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80" />
<div class="title">Butterfly</div>
</div>
@khuongyolo
khuongyolo / index.html
Created February 17, 2022 12:53
Social Media Icons hover effect
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<ul>
<li>
<a href="#">
<i class="fab fa-facebook-f icon"></i> </a>
</li>
<li>
<a href="#"><i class="fab fa-twitter icon"></i></a>
</li>
@khuongyolo
khuongyolo / index.html
Created February 12, 2022 04:35
Mechanical Keyboard
<head>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<div class="keyboard">
<div class="row">
<div class="key key__esc">
<i data-feather="x"></i>
</div>
<div class="key key__symbols">
@khuongyolo
khuongyolo / comic-style-border.markdown
Created February 12, 2022 04:10
"comic style" border
@khuongyolo
khuongyolo / contact-us-ui-challenge.markdown
Created February 11, 2022 13:52
Contact Us - UI Challenge
@khuongyolo
khuongyolo / css-filter-cards.markdown
Created February 10, 2022 13:45
CSS Filter Cards
@khuongyolo
khuongyolo / full-screen-responsive-scrolling-page.markdown
Created February 7, 2022 22:26
full-screen responsive scrolling page