PIbd-21_Shanygin_A.V/laba3/css/Contact_style.css

68 lines
993 B
CSS
Raw Normal View History

2023-12-11 16:49:10 +03:00
body{
font-family: 'Inter', sans-serif;
background-color: #FFFFFF;
}
.main{
margin-top: 124px;
background-image:url('../img/Contact_Imagin.jpg');
background-repeat: no-repeat;
background-size:cover;
height: 321px;
width: 100%;
display: flex;
align-items: center;
}
.intro_wrapper{
margin-bottom: 44px;
display: flex;
justify-content: center;
}
.intro_title{
font-size: 40px;
font-weight: 700;
margin: 0;
}
.footer{
width: 100%;
height: 150px;
display:flex;
}
.footer_wrapper{
width: 100%;
margin-top: 33px;
}
.footer_words_with_link{
width: 942px;
}
.footer_word{
font-size: 26px;
}
.word_link_mail{
color: #18BDF1;
text-decoration: none;
transition: color .2s ease;
}
.word_link_mail:hover{
color: #91F0FD;
}
@media (max-width: 1269px){
.footer_words_with_link{
width: 90%;
}
}
@media (max-width: 280px){
.footer_word{
font-size: 18px;
}
}