Skip to content

Commit 398d40e

Browse files
committed
Scaffolding
1 parent b5dad43 commit 398d40e

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

routes/__init__.py

Whitespace-only changes.

sessions/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

static/css/style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
body {
2+
margin: 0px;
3+
}
4+
5+
header {
6+
margin: 0px;
7+
background-color: #000;
8+
}
9+
10+
#blog-title {
11+
margin: 0px;
12+
padding: 40px;
13+
font-family: courier;
14+
color: lime;
15+
}
16+
17+
#content {
18+
padding: 25px;
19+
}

subapps/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)