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
<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> |
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
<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> |