Снимок экрана с вкладкой сети Мой внешний CSS не отображает стили.У меня есть ссылка в моем HTML, но я думаю, что CSS может не работать.Нужно ли добавлять дополнительные элементы в мою таблицу стилей для правильной работы дисплеев?
.responsive {
width: 40%;
height: auto;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.simple-subscription-form {
background: #000000;
color: #94C60D;
padding: 2rem;
border-radius: 0;
align-content: center
}
.simple-subscription-form.button {
margin-bottom: 0;
border-radius: 0 0 0 0;
}
#dialog-message {
display: none;
padding: 5px;
height: auto;
width: auto
}
div.hidden {
display: none;
}