Files
GIP-2015/main.css
2015-03-22 21:36:32 +01:00

54 lines
762 B
CSS

p{
line-height: 24px;
font-family: 'Segoe UI';
font-size: 18px;
color: #473E3F
}
body{
background-color: green;
}
img {
width: 150px;
height: 150px;
}
a:link {
color: #473E3F;
font-family: 'Segoe UI';
font-size: 18px;
text-decoration: none;
}
a:visited {
color: #473E3F;
font-family: 'Segoe UI';
font-size: 18px;
text-decoration: none;
}
a:hover {
color: #473E3F;
font-family: 'Segoe UI';
font-size: 18px;
text-decoration: none;
}
a:active {
color: #473E3F;
font-family: 'Segoe UI';
font-size: 18px;
text-decoration: none;
}
div.buttons {
border: 2px solid;
border-color: #8EDC9D;
}
div.buttons:hover{
border: 2px solid;
border-color: green;
}