codepens/radio-button-group-with-gra.../dist/index.html

32 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>radio button group with gradient (cross-browser, responsive, no framework)</title>
<script>const ID = 's56neAOb3tM'</script><link rel='stylesheet' href='css/https___codepen_io_thebab.css'>
<link rel="stylesheet" href="./style.css"><script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<!-- partial:index.partial.html -->
<h2>Level of Difficulty</h2>
<radiogroup>
<input type="radio" name="lvl" id="easy"/>
<label for="easy">easy</label>
<input type="radio" name="lvl" id="tricky"/>
<label for="tricky">tricky</label>
<input type="radio" name="lvl" id="challenging"/>
<label for="challenging">challenging</label>
<input type="radio" name="lvl" id="grueling"/>
<label for="grueling">grueling</label>
<input type="radio" name="lvl" id="overwhelming"/>
<label for="overwhelming">overwhelming</label>
<input type="radio" name="lvl" id="mind-boggling"/>
<label for="mind-boggling">mind-boggling</label>
</radiogroup>
<!-- partial -->
<script src='https://codepen.io/thebabydino/pen/evPbxv.js'></script>
</body>
</html>