Добавлен эффект увеличения для заголовка главной страницы
This commit is contained in:
parent
f567f5ea89
commit
e6af8350d5
@ -22,6 +22,11 @@ body {
|
|||||||
width: 46%;
|
width: 46%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-top: 15px;
|
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 {
|
.article_one, .article_two, .article_three {
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
@ -81,13 +86,6 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
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 {
|
.join_us_login_block {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user