Простая CSS библиотека элементов для личных проектов
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
294 B

h1 {
font-size: 30px;
font-weight: 500;
margin: 28px 0 20px 0;
}
h2 {
font-size: 22px;
font-weight: 500;
margin: 28px 0 20px 0;
}
h3 {
font-size: 18px;
font-weight: 500;
margin: 28px 0 20px 0;
}
h4, h5, h6 {
font-size: 16px;
font-weight: 500;
margin: 28px 0 20px 0;
}