11. Design a progress bar that fills based on a given percentage.
Expected Output:
The progress bar fills to the specified percentage.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.
12. Create a responsive layout with two columns on desktop and one column on mobile.
Expected Output:
The boxes appear side by side on large screens and stack vertically on smaller screens.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.
13. Use CSS Grid to create a layout with a header, sidebar, main content, and footer.
Expected Output:
The sections are arranged in a grid layout.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.
14. Create a tooltip that appears when hovering over a button.
Expected Output:
A tooltip appears above the button when hovered.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.
15. Design a button with a gradient background and smooth color transitions.
Expected Output:
The button has a gradient background that transitions smoothly.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.
16. Add an effect to make text appear with a typing animation.
Expected Output:
The text appears one letter at a time, simulating typing.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.
17. Create a modal dialog box with a semi-transparent background.
Expected Output:
A modal appears in the center of the page with a semi-transparent background.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.
18. Use clip-path to create a hexagonal-shaped image.
Expected Output:
The image is displayed in a hexagonal shape.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.
19. Design a pricing table with three columns and hover effects on each column.
Expected Output:
Each column has a hover effect to highlight it.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.
20. Create a loading spinner using only CSS animations.
Expected Output:
The spinner rotates continuously.
Code In Css
Document
To view the HTML changes, please type the code within the editor
Need help ?
Click on Hint to solve the question.