Today's day 8 Goal is to Make Visual & structural changes to Position property of Html Elements in CSS File, improvements to code in my project backupcal.
HTML
-
CSS
how to change the position property?
- Write the following code in an
.classname
.
top: 345px;
left: 20px;
- Changing header position.
left: 300px;
How to get gradient background?
- Write the following code.
background: radial-gradient(
circle at -80% 90%,
#484d5c,
#5d5677,
#826192,
#ae68a5,
#c96c93,
#e4726d,
#ffb56b
);
JavaScript
-
My Code:
1.
2.
3.
Conclusion
Changing Position Property.
Changing gradient background
Author: Dheeraj.y