first commit

This commit is contained in:
2015-03-22 21:36:32 +01:00
parent 5b74e5b015
commit 48cafdf318
63 changed files with 2039 additions and 0 deletions

53
main.css Normal file
View File

@@ -0,0 +1,53 @@
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;
}