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.
 
 

73 lines
976 B

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
* {
margin: 0 auto;
padding: 0;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
#menu-h {
background-color:rgb(41, 41, 43);
}
#menu-h ul{
max-width: 850px;
list-style:none;
padding: 0;
}
#menu-h ul li{
display: inline;
}
#menu-h ul li a{
color: #fff;
text-decoration: none;
display: inline-block;
padding: 20px;
transition: .6s;
}
#menu-h ul li a:hover{
background-color:rgb(50, 112, 160);
}
#menu-h ul li:last-child a {
float: right;
background-color:rgb(50, 112, 160);
}
#about {
max-width: 800px;
padding: 60px;
}
#about h2{
line-height: 5;
}
#form {
max-width: 800px;
line-height: 2;
}
#form form{
margin-top: 50px;
}
#form h2{
margin-top: 100px;
}
#intro{
max-width: 800px;
line-height: 3;
margin-top: 50px;
}
#intro h2 {
line-height: 80px;
}