-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
31 lines (25 loc) · 723 Bytes
/
Copy pathstyle.css
File metadata and controls
31 lines (25 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
Theme Name: MyTheme
Author: Kaspar Lee
Description: A semi-complete Wordpress landing page theme, created while learning to develop with PHP.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme is licensed under GNU General Public License Version 2.
*/
html {
height:100%;
min-height:100%;
}
body {
text-align: center;
font-size: 11pt;
font-family: verdana;
font-weight: bold;
margin: 0px;
overflow-x: hidden;
min-height:100%;
}
#header { box-shadow: 0px 4px 5px -5px #000000; }
#title { font-size: 20pt; padding: 10px 0px; margin: 0px;}
.section { margin: 0px; padding: 3% 6%; position: relative; min-height: 350px; width: 100%; }