How can we give a <div> effects it should be beautiful and nice | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How can we give a <div> effects it should be beautiful and nice

Tell me as well as possible

30th Jan 2020, 5:51 AM
š—£š—®š˜„š—®š—» š—žš˜‚š—ŗš—®š—æ šŸ…ŸļøŽšŸ…šļøŽ
š—£š—®š˜„š—®š—» š—žš˜‚š—ŗš—®š—æ šŸ…ŸļøŽšŸ…šļøŽ - avatar
1 Resposta
+ 7
Give an id to that div, and use css to make it look as you want. Html: <div id = "myDiv"> ... </div> Css: #myDiv{ background-color:red; }
30th Jan 2020, 5:57 AM
šŸ‡ Alex Tușinean šŸ’œ
šŸ‡ Alex Tușinean šŸ’œ - avatar