Browse code

Added banner

Dario Rodriguez authored on 19/01/2015 14:57:45
Showing 2 changed files
1 1
new file mode 100755
2 2
Binary files /dev/null and b/site/assets/banner1.png differ
3 3
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+<!doctype html>
2
+<html>
3
+<head><title>Mangaroboto - Dario's webcomics</title>
4
+<style>
5
+body {
6
+   background: #fdfaea;
7
+   font-family: Sans;
8
+   padding: 249px 0px 0px 0px;
9
+   width: 1032px;
10
+   margin-left: auto;
11
+   margin-right: auto;
12
+   background-image: url("assets/banner1.png");
13
+   background-repeat: no-repeat;
14
+   background-position: center top; 
15
+}
16
+</style>
17
+</head>
18
+<body>
19
+</body>
20
+</html>