Today's day 18 Goal is to add contents and socials links, improvements to code in my project resume.
HTML
- Added contents to my html page.
How to add social links?
- Write the following code.
<a href="http://">Github</a>
CSS
How to add gradient color background to your HTML file
- Write the following code.
background: linear-gradient
(90deg, hsla(141, 81%, 87%, 1) 0%,
hsla(41, 88%, 75%, 1) 50%, hsla(358, 82%, 71%, 1) 100%);
JavaScript
-
Conclusion
Added contents to my resume html.
Added gradient background property.
My Code:
Author: Dheeraj.y