Project based Learning using HTML CSS JS- Day 19
Today's day 19 Goal is to build a CSS hover me transition.
HTML
1. Create a heading.
Write the following code.
<h1>hoverme</h1>
CSS
how to place contents to center?
body{
display: grid;
place-content: center;
}
how to display an object usin...
dheerajy1.hashnode.dev1 min read