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.
25 lines
782 B
25 lines
782 B
@import url('https://fonts.googleapis.com/css?family=Lato|Roboto+Slab'); |
|
|
|
.centered { |
|
height: 100vh; |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
|
|
h1 { |
|
margin-bottom: 50px; |
|
font-family: 'Lato', sans-serif; |
|
font-size: 50px; |
|
} |
|
|
|
|
|
.centered-text { |
|
text-align: center; /* Центрирование текста по горизонтали */ |
|
font-family: Arial, sans-serif; /* Выберите желаемый шрифт */ |
|
font-size: 20px; /* Размер шрифта */ |
|
line-height: 1.5; /* Межстрочное расстояние */ |
|
max-width: 600px; /* Максимальная ширина текста */ |
|
padding: 20px; /* Отступы вокруг текста */ |
|
} |