Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. perguntas {
  2. display: flex;
  3. justify-content: space-between;
  4. }
  5.  
  6.  
  7.  
  8.  
  9. <div class="perguntas">
  10. <label for="questao1"><h6>Sente dificuldade para abrir a boca?</h6></label>
  11. <p><input type="radio" name="questao1" id="questao1-1" value="Sim" > Sim</p>
  12. <p><input type="radio" name="questao1" id="questao1-2" value="Não" > Não</p>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement