CSS-Tips
While adding styles for the background, use the following tips to make the webpage look more appealing:
<style>
body{
background: #green; or
background-color: #green;
}
</style>
<style>
body{
background: linear-gradient(150deg, #ad321c,#59c41...
vaithegiv.hashnode.dev1 min read