Not a responsive view
Another question is why my form looks so bad on small screens? I thought, it should at least scale controls but it doesn't:
A nice-looking styled form that looks great on devices of any sizes.
Please refer to the very first project in this series that explains in detail how to create and work on a project: https://www.codingwolves.io/project/a179f0e9/simple-personal-page
Before you start, get familiar with the basics of HTML forms. We found these resources pretty clear:
You also may want to refresh your memory about some common principles of HTML and CSS:
This is also a good short introduction to HTML: https://www.geeksforgeeks.org/html-introduction/
We use the Fontawesome version 5.1 for icons and Google Fonts for the font.
For the brand icon styles (brand colors) please use this CSS file: https://github.com/CodingWolvesIO/assets/blob/main/HTML-CSS/brand-colors.css
max-width: 100%;
height: 100%;
object-fit: cover;
box-sizing: border-box;
Another question is why my form looks so bad on small screens? I thought, it should at least scale controls but it doesn't:
I've just started this project. It's not clear to me how to change the look of the form inputs. The background color is not working and I don't know how to change its text. Thanks.