Custom Heading Colors CSS
π§Ά Tags:: #HTML_CSS
2024-09-16 - 18:49
Digital Garden
Custom CSS Headings for Digital Garden
/* --- Heading -- /
h1 {
font-size: 2em !important;
color: #ff4c4c !important; / Red */
img {
height: 32px;
width: auto;
}
}
h2 {
font-size: 1.5em !important;
color: #9033ff !important; /* Purple */
}
h3 {
font-size: 1.17em !important;
color: #4c4cff !important; /* Blue */
}
h4 {
font-size: 1em !important;
font-weight: bolder !important;
color: #ffff4c !important; /* Yellow */
}
h5 {
font-size: 0.83em !important;
font-weight: bolder !important;
color: #ff4cff !important; /* Pink */
}
h6 {
font-size: 0.67em !important;
font-weight: bolder !important;
color: #4cffff !important; /* Cyan */
}