[Solved] Div not being styled correctly (HTML and CSS)


Next time please try to paste your code here… and try doing this change:

<div style="popup">

change it for

<div class="popup">

solved Div not being styled correctly (HTML and CSS)