Skip to content

Instantly share code, notes, and snippets.

<section class="container">
<section class="one">
<div class="logo">
<img src="https://image.flaticon.com/icons/svg/143/143361.svg">
</div>
<h2 class="heading">
please subscribe to get updates
</h2>
<p> signup with your email to get latest updates
</p>
@CodeMyUI
CodeMyUI / index.html
Created March 23, 2019 22:03
Slap Toggle
<div class="container">
<form class="toggle">
<input type="radio" id="choice1" name="choice" value="creative">
<label for="choice1">Speed</label>
<input type="radio" id="choice2" name="choice" value="productive">
<label for="choice2">Quality</label>