PersonalWebsite/css/contact.css
lukas-heiligenbrunner d237bd5d07 code reformat
new tab on contact click
2020-03-20 15:28:22 +01:00

48 lines
684 B
CSS

/*!
* 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
*/
#section5 {
background-color: #dc3545;
}
.personalcontacts {
margin-top: 60px;
}
.personalcontacts a {
text-decoration: none;
}
#githubsign {
margin-top: 30px;
}
#emailsign {
}
#gitlabsign {
margin-top: 30px;
position: relative;
left: -6px;
}
.contactsign {
width: 400px;
padding: 10px;
border-radius: 5mm;
font-size: larger;
color: white;
}
.contactsign:hover {
background-color: #972f38;
}
#section5 {
height: 50%;
}