This is a solution to the Manage landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Note: Delete this note and update the table of contents based on what sections you keep.
Users should be able to:
form
is submitted if:input
field is emptyIt is my first project using Tailwind CSS. Only classbased CSS writing is completely new for me. I found it very interesting. I struggled here to set the background capsule shape object according to example desgin in both desktop and mobile mode.
To see how you can add code snippets, see below:
<h1>Some HTML code I'm proud of</h1>
.proud-of-this-css {
color: papayawhip;
}
const proudOfThisFunc = () => {
console.log("🎉");
};
If you want more help with writing markdown, we'd recommend checking out The Markdown Guide to learn more.
Note: Delete this note and the content within this section and replace with your own learnings.
Note: Delete this note and add/remove/edit lines above based on what links you'd like to share.