PersonalWebsite/css/contact.css

56 lines
835 B
CSS
Raw Normal View History

/*!
* contact.css - https://heili.eu
* Licensed under the MIT license - http://opensource.org/licenses/MIT
* E-mail: lukas.heiligenbrunner@gmail.com
* Copyright (c) 2020 Lukas Heiligenbrunner
*/
2020-03-20 14:28:22 +00:00
#section5 {
2020-03-20 14:23:44 +00:00
background-color: #dc3545;
}
2020-03-20 14:28:22 +00:00
.personalcontacts {
margin-top: 60px;
}
2020-03-20 14:28:22 +00:00
.personalcontacts a {
2020-03-20 14:23:44 +00:00
text-decoration: none;
}
2020-03-20 14:28:22 +00:00
#githubsign {
2020-03-20 14:23:44 +00:00
margin-top: 30px;
}
2020-03-20 14:28:22 +00:00
#emailsign {
2020-03-20 14:23:44 +00:00
}
2020-03-20 14:28:22 +00:00
#gitlabsign {
2020-03-20 14:23:44 +00:00
margin-top: 30px;
position: relative;
left: -6px;
}
2020-03-20 14:28:22 +00:00
.contactsign {
2020-03-20 14:23:44 +00:00
width: 400px;
padding: 10px;
border-radius: 5mm;
font-size: larger;
color: white;
}
2020-03-20 14:28:22 +00:00
.contactsign:hover {
2020-03-20 14:23:44 +00:00
background-color: #972f38;
}
2020-03-20 14:28:22 +00:00
#section5 {
height: 50%;
}
/* Screen smaller than 600px -- general small width screens */
@media screen and (max-width: 1200px) {
#section5 {
height: 100%;
}
}