Skip to content

Instantly share code, notes, and snippets.

View leandro-henrique-hypera's full-sized avatar
🎯
Focusing

Leandro H Silva leandro-henrique-hypera

🎯
Focusing
View GitHub Profile
@leandro-henrique-hypera
leandro-henrique-hypera / index.html
Created August 20, 2021 17:02
Responsive Likert Scale for Surveys.
<div class="wrap">
<h1 class="likert-header">This is a Likert Scale survey</h1>
<form action="">
<label class="statement">This HTML Likert scale is easy to use.</label>
<ul class='likert'>
<li>
<input type="radio" name="likert" value="strong_agree">
<label>Strongly agree</label>
</li>
<li>