Table of contents
Today's day 4 Goal is to write Styles in CSS and some minor adjustments in my project backupcal.
how to add background color?
- Add gradient background style instead of boring solid color.
background-color: #f6ecec;
background-image:
radial-gradient(at 45% 5%, #B8E8FC 0, transparent 59%);
- Use Fit content property :
height: fit-content;
width: fit-content;
My Code:
Author: Dheeraj.y