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>