كوداشكال h2 h3 h4
h1 {
font-size: 36px;
font-weight: bold;
color: #f44336;
text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
line-height: 1.4;
}
h2 {
font-size: 30px;
font-weight: bold;
color: #f44336;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
line-height: 1.4;
}
h3 {
font-size: 26px;
font-weight: bold;
color: #3f51b5;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
line-height: 1.4;
border-bottom: none;
text-decoration: none;
}
h4 {
font-size: 22px;
font-weight: bold;
color: #009688;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
margin-bottom: 5px;
line-height: 1.4;
border-bottom: none;
text-decoration: none;
}