Beginner
Code a simple feature section challenge with HTML and CSS to practice flexbox and nested flexbox.
You are required to code a simple feature section challenge with HTML and CSS with the provided design.
The goals of this project are to help you:
You should create a web page that displays a feature section. The page should have the following features:
You can use the provided box-shadow
values or customize it with your own values.
/* Box-shadow */box-shadow: 0px 30px 100px 0px rgba(17, 23, 41, 0.15);
For this project, it is recommended to use only HTML and CSS to create the web page. You can use any text editor or integrated development environment (IDE) to write your code. There are no specific requirements for the choice of HTML and CSS frameworks or libraries. It is recommended to use vanilla HTML and CSS for this project, but you can also choose to use popular frameworks like Tailwind CSS if you prefer.
Learn more about:
HTML & CSS projectsSuggested Lessons
Fundamental Tools