background-size: cover;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
.result-container {
max-width: 200px;
}
.result-container img {
max-width: 100%;
}
.result-container p {
color: red;
}
#result .result-block .result-container p a {
color: red;
}
.result-container {
max-width: 200px;
&__img {
max-width: 100%;
}
&__p {
color:red;
}
}
.result-container {
max-width: 200px;
}
.result-container__img {
max-width: 100%;
}
.result-container__p {
color: red;
}
пример