Survey Form Project changes

What do you think about this?
Survey Form Project Aroma changes

2 Likes

Hi, I like it, it looks clean and nice. Keep up the good work! :+1:

Just a side note, on codepen the HTML input panel is actually for the body tag. If you want to include anything for the head tag you need to click on the settings icon then look for Stuff for <head>.

Your form looks good @normaojeda. Something to revisit;

  • On using codepen. codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to your font would go in the box labeled ‘Stuff for <head>’

Thanks @ tkhquang ! It’s fixed.

Thanks @Roma! It’s fixed.

Looks good @normaojeda!
You may have the Montserrat font loaded on your box, I do not so I see your font with the default sans-serif. If you want to include the link to Montserrat, click on the Settings button and put the link in the box labeled ‘Stuff for <head>’. (If you decide to import it, it goes into CSS.)

1 Like

Hi @Roma, I didn’t realize this.
I was really losing the fonts in the two projects I published. I already put the links where you indicated, I won’t lose this important detail anymore. Thanks!

1 Like