mirror of
https://github.com/bvanroll/GIP-2015.git
synced 2025-08-29 03:52:46 +00:00
first commit
This commit is contained in:
53
main.css
Normal file
53
main.css
Normal 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;
|
||||
|
||||
}
|
Reference in New Issue
Block a user