How can we give a <div> effects it should be beautiful and nice | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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