I wish that when someone entered my page, I would open a box
, but I did not want it to be the browser default, but rather one chosen from my CSS
.
Would that be possible?
Codes:
.box {
background: white;
border-radius: 10px;
padding: 20px;
}
<div class="box"></div>
I also wanted to open the box, the background would look darker around, and when it closed the normal page would be ...