1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.modal { margin: 0px 15px; position: absolute; top: 100px; right: 250px; } .modal__title { text-align: center; margin: 20px 0px 40px; font-size: var(--font-medium-large); } .modal__image { width: 50%; } .modal__content { width: 50%; font-size: var(--font-medium-sm); }