Konu
Php css hakkında küçük bir soru
06-06-2020, 01:55:39
#4
Asynchronous
.section-header h3 {
font-size: 36px;
text-align: center;
font-weight: 700;
position: relative;
}
@media only screen and (max-width: 600px) {
.section-header h3 {
font-size: 23px;
text-align: center;
font-weight: 700;
position: relative;
}
}