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
<!--Pattern HTML--> | |
<div id="pattern" class="pattern"> | |
<!--Begin Pattern HTML--> | |
<button class="menu-link">Menu <span>▼</span></button> | |
<nav id="menu" class="menu" role="navigation"> | |
<ul class="level-1"> | |
<!--Parent #1--> | |
<li class="has-subnav"> | |
<a href="#">Parent #1</a> | |
<ul class="level-2"> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Animated Gradient Buttons · CodePen</title> | |
<style> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Animated Gradient Buttons · CodePen</title> | |
<style> |