added email and gitlab contact
This commit is contained in:
@ -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%;
|
||||
|
Reference in New Issue
Block a user