Building an idea using HTML CSS JS - Day 9
Today's day 9 Goal is to Put author name with styling in css file, improvements to code in my project backupcal.
HTML
-
CSS
How to add Author name to bottom of the page?
Write the following code.
.footer {
position: absolute;
top: 40em;
left:...
dheerajy1.hashnode.dev1 min read