English, asked by Raghava4528, 8 months ago

Uncle podger said he liked...........

Answers

Answered by brainlyshacker58
2

</p><p></p><p>&lt;html&gt;</p><p>    &lt;head&gt;</p><p>        &lt;style&gt;</p><p>          body {</p><p>    background-color: #F5F5F5;</p><p>    padding: 0;</p><p>    margin: 0;</p><p>}</p><p></p><p>.background {</p><p>    background-image: radial-gradient(ellipse farthest-side at 80% 10%, #9897e5 20%, #AFEEEE 80%);</p><p>    transition: 3s;</p><p>    width: 100%;</p><p>    height: 100vh;</p><p>    background-color: #F8F8FF;</p><p>}</p><p></p><p>.myText {</p><p>    position: absolute;</p><p>    color: blue;</p><p>    display: block;</p><p>    transition: 1s;</p><p>    right: 45%;</p><p>    top: 45%;</p><p>    font-size:29px;</p><p>    margin-left:50%;</p><p>   margin-top:30px;</p><p>}</p><p></p><p>.subText {</p><p>    color: rgba(1,1,1,0);</p><p>    transition: 1s;</p><p>}</p><p></p><p>.myText:hover .subText{</p><p>    background-color: #AFEEEE;</p><p>    color: pink;</p><p>    font-size: 30px;</p><p>}  </p><p>        &lt;/style&gt;</p><p>    &lt;/head&gt;</p><p>    &lt;body&gt;</p><p>      &lt;h3&gt;Follow@Brainly Hacker&lt;/h3&gt;</p><p>        &lt;div class="background"&gt;</p><p>            &lt;div class="myText"&gt;</p><p>                Touch</p><p>                &lt;div class="subText"&gt;! ❤️You &lt;/div&gt;</p><p>            &lt;/div&gt;</p><p>        &lt;/div&gt;</p><p>    &lt;/body&gt;</p><p>&lt;/html&gt;</p><p></p><p>

Similar questions