Learning objectives of dav class 7 english chapter FIGHT MANJU FIGHT
Answers
Answered by
1
<style>
body {
display: grid;
min-height: 100vh;
justify-content: center;
align-content: center;
background: repeating-linear-gradient(circle, white, yellow, red);
background: repeating-radial-gradient(circle, white, yellow, red);
}
@keyframes heart-path {
99% {
stroke-dashoffset: 0;
fill: none;
}
100% {
fill: firebrick;
}
}
</style>
Similar questions