Welcome back @Taffe. Your form looks good. A few minor things;
- 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 the<head>
click on the ‘Settings’ button and add it into the ‘Stuff for <head>’ box.- The link to your font would go in the box labeled ‘Stuff for <head>’
- don’t use the
<br>
element. Use margin and/or padding in CSS instead.
1 Like
Hey, @Taffe, please show the normal mode too.
Not everyone can see it in debug mode.
post the links shown below in your post please:
//editing mode
https://codepen.io/Taffe3/pen/YmpRLR
//full mode for all to see.
https://codepen.io/Taffe3/full/YmpRLR
FEEDBACK:
You did a nice job on the colors. I see you have a sixth sense for that.
Please in your font-family
, give it a backup font.
click the text below for a hint:
font-family: Ubuntu Mono, monospace
smooth out the corners on the inputs.
in the css editor:
give them a border-radius
and make them a bit bigger (by using width
and height
).
At all else, great job.
1 Like
Thank you so much!:))