-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
114 lines (111 loc) · 1.41 KB
/
Copy pathstyle.css
File metadata and controls
114 lines (111 loc) · 1.41 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/*
* Add your CSS styles to this file.
*/
body {
padding:0px;
margin: 0px;
background: #ffffff no-repeat fixed center;
background-size: cover;
}
.header {
margin: 0px 0px;
padding: 5px;
background-color: #272822;
}
a {
text-decoration:none;
color: #888473;
font-size: 15px;
}
a:hover {
color: #67d0cc;
font-size: 16px;
}
h1 {
margin: 0px;
color: #b3e35d;
}
h2 {
margin: 0px;
color: #67d0cc;
}
h3 {
margin: 0px;
color: #ebde91;
}
h4 {
margin: 0px;
color: #67d0cc;
}
li {
list-style-type: none;
}
p {
color: #888473;
}
.box {
width: 180px;
margin: 0px;
padding: 0px;
}
.face {
display: inline-block;
border-radius: 10px;
padding: 10px;
background-color: #272822;
width: 256px;
height: 100%;
}
.desc {
display: inline-block;
padding: 10px;
margin: 0px 10px;
border-radius: 10px;
background-color: #272822;
width: 256px;
}
.title {
text-align: center;
}
.filler {
height: 240px;
}
a {
text-decoration: none;
}
.navbar{
width: 100%;
background-color: #d2dcdc;
}
.navbar a{
float: left;
padding: 12px;
width: 25%;
text-align: center;
width: 106px;
color: darkslategray;
}
ul.navlist {
text-align: center;
}
.item {
display: inline-block;
}
.title{
text-align: center;
font-size: 40px;
position: relative;
top: 58px;
}
.content {
text-align:center;
font-size: 20px;
position: relative;
top: 68px;
}
.noteable {
text-align:center;
font-size: 20px;
position: relative;
top: 68px;
}