Добавлен эффект увеличения для заголовка главной страницы

This commit is contained in:
Andrei 2022-09-29 23:02:14 +05:00
parent f567f5ea89
commit e6af8350d5

View File

@ -22,6 +22,11 @@ body {
width: 46%;
height: auto;
margin-top: 15px;
transition: font-size 0.5s ease-in, text-shadow 1s ease-in;
}
.join_us_header:hover, .header_title:hover {
font-size: 33;
text-shadow: 0px 0px 20px #ffffff;
}
.article_one, .article_two, .article_three {
margin-top: 5%;
@ -81,13 +86,6 @@ body {
display: flex;
flex-direction: column;
}
.join_us_header {
transition: font-size 0.5s ease-in, text-shadow 1s ease-in;
}
.join_us_header:hover {
font-size: 34;
text-shadow: 0px 0px 20px #ffffff;
}
.join_us_login_block {
width: 80%;
margin-left: 10%;