PersonalWebsite/css/contact.css
2020-03-20 15:23:44 +01:00

47 lines
674 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%;
}