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> |