Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
$(".modal-container").on('click', function (e) { if (e.target == this) $(".modal").fadeOut('fast'); })
position: absolute; min-width: 100%; min-height: 100%; left: 50%; top: 50%; z-index: -1; transform: translate(-50%, -50%);
.t{ background-color: black; height: 50px; position: relative; } .t:before{ position: absolute; top: 0; width: 100%; height: 20px; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; content: ""; background-color: white; display: block }
img{ object-fit: cover; width: 100px; height: 100px; }
<meta name="format-detection" content="telephone=no">