This file contains 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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
</head> | |
<body> | |
<header> | |
<nav> |
This file contains 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
<form> | |
<h3>Radio Buttons</h3> | |
<div> | |
<input id="radio-1" class="radio-custom" name="radio-group" type="radio" checked> | |
<label for="radio-1" class="radio-custom-label">First Choice</label> | |
</div> | |
<div> | |
<input id="radio-2" class="radio-custom"name="radio-group" type="radio"> | |
<label for="radio-2" class="radio-custom-label">Second Choice</label> |
This file contains 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
<svg preserveAspectRatio="none" class="soc-icon" viewBox="0 0 32 32"> | |
<use xlink:href="#iconFb"></use> | |
</svg> | |
<svg preserveAspectRatio="none" class="soc-icon" viewBox="0 0 32 32"> | |
<use xlink:href="#iconGp"></use> | |
</svg> | |
<svg preserveAspectRatio="none" class="soc-icon" viewBox="0 0 32 32"> | |
<use xlink:href="#iconTw"></use> | |
</svg> | |
<svg preserveAspectRatio="none" class="soc-icon" viewBox="0 0 304.36 304.36"> |