A Pen by Nicolas Galler on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav> | |
<menu> | |
<menuitem id="demo1"> | |
<a>drop</a> | |
<menu> | |
<menuitem><a>about</a></menuitem> | |
<menuitem> | |
<a>settings</a> | |
<menu> | |
<menuitem><a>Test 1</a></menuitem> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<canvas id="output"></canvas> |
FilePond is a JavaScript library that enhances the classic file input element with a whole lot of sugary goodness.
More information can be found at: https://pqina.nl/filepond/
A Pen by Rik Schennink on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700' rel='stylesheet' type='text/css'> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | |
</head> | |
<body class="background"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- search form --> | |
<div id="wrap"> | |
<form id="nav-search" class="form-search" action="/search" role="search"> | |
<input id="search-query" class="search-input" type="text" placeholder="Search" /> | |
<button class="icon" type="submit"></button> | |
</form> | |
</div> |
NewerOlder