PersonalWebsite/css/contact.css

58 lines
905 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 {
background-color: #deebff;
2020-03-20 14:23:44 +00:00
}
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;
2020-03-20 20:27:57 +00:00
color: black;
}
2020-03-20 14:28:22 +00:00
.contactsign:hover {
2020-03-20 20:27:57 +00:00
color: white;
background-color: #194378;
transition: background-color 500ms;
2020-03-20 14:23:44 +00:00
}
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) {
2020-03-20 17:08:15 +00:00
/*#section5 {*/
/* height: 100%;*/
/*}*/
}