added email and gitlab contact

This commit is contained in:
lukas-heiligenbrunner
2020-03-20 15:23:44 +01:00
parent 61427a8dcd
commit a7dbd27cdb
4 changed files with 38 additions and 3 deletions

View File

@ -5,13 +5,42 @@
* 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%;