+ 1

In this code, I want to make exactly another div right next to it in div, how to edit it?

<head> <title>tamrin</title> <style> .prof1{ width:250px; height:250px; object-fit: cover; display:inline-block; } .div1{ width:250px; height:377px; display:inline-block; } .prof2{ width:40px; height:40px; object-fit: contain; border-radius:40px; } .divprof-pishi{ } .button1{ color: azure; background-color: rgb(28, 85, 132); border: none; padding:5px ; cursor: pointer; border-radius: 2px; margin-top:10px } </style> </head> <body> <div class="div1"> <img class="prof1" src="1l2nml4q.jpeg"> <p> <b>pishi</b> </p> <div class="divprof-pishi"> <img class="prof2" src="1741461157.445h.jpeg"> 2friends muntal <div > <button class="button1">Add Friends</button></div> </div> </body> </html>

8th Mar 2025, 10:23 PM
Mhdis
Mhdis - avatar
2 Respuestas
+ 1
So you want to add another div right next to <div class="divprof-pishi"> .. </div> ?
9th Mar 2025, 1:52 AM
Abhay
Abhay - avatar
+ 1
Abhay I wanted the word 2friends muntal to be higher
9th Mar 2025, 11:37 AM
Mhdis
Mhdis - avatar