JSFiddle - React, Tailwind, and code Playground
by Denis Tverdokhlebov
CSS
.header_h1 h1 {
font-size: 42px !important;
/* font-family: Calibri !important; */
text-transform: uppercase;
}
.header_h2 h2 {
font-size: 42px !important;
/* font-family: Calibri !important; */
color: #f5377e;
text-transform: uppercase;
}
h3 {
font-size: 36px !important;
/* font-family: Calibri !important; */
color: #000000;
/* text-transform: uppercase; */
}
p {
font-size: 30px !important;
/* font-family: Calibri !important; */
color: #000000;
/* text-transform: uppercase; */
}
@media screen and (max-width: 1024px) {
.head_img {
background: none !important;
}
}