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

17
css.css Normal file
View File

@@ -0,0 +1,17 @@
p {font-family:'Segoe UI';
font-size:medium;}
h1 {font-family:'Segoe UI';
font-size:xx-large;}
h2 {font-family: 'Segoe UI';
font-size: x-large;}
h3 {font-family: 'Segoe UI';
font-size:large;}
.container {width:900px;
margin:1 auto 0 auto;
padding:5px;
border:5px solid #cccccc;
background:#ffffff; }
img {width: 150px;
height:150px;
}