Skip to content

Instantly share code, notes, and snippets.

@EEmmanuel7
EEmmanuel7 / index.html
Created March 20, 2023 03:58
PureCSS Tabs
<h1>PureCSS Tabs</h1>
<div class="pc-tab">
<input checked="checked" id="tab1" type="radio" name="pct" />
<input id="tab2" type="radio" name="pct" />
<input id="tab3" type="radio" name="pct" />
<nav>
<ul>
<li class="tab1">
<label for="tab1">First Tab</label>
@EEmmanuel7
EEmmanuel7 / index.html
Created November 10, 2023 02:24
Stripe Like CSS Only Menu
<script src="https://kit.fontawesome.com/628c8d2499.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" type="text/css" />
<nav id="menu">
<div class="menu-item">
<div class="menu-text">
<a href="#">Products</a>
</div>
@EEmmanuel7
EEmmanuel7 / css-dropdown-menu-upward.markdown
Created November 10, 2023 06:37
CSS dropdown menu - upward