-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathideas.css
More file actions
80 lines (80 loc) · 1.13 KB
/
ideas.css
File metadata and controls
80 lines (80 loc) · 1.13 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
.greenbutton {
padding:8px;
border-radius:3px;
background: #009925;
color:white;
margin-right: 5px;
float: right;
}
h1 {
font-size:200%;
color:#e74c3c;
font-family:Alegreya Sans SC;
}
h2 {
font-size:140%;
color:#e74c3c;
font-family:Alegreya Sans SC;
}
h3{
font-size:100%;
color:#e74c3c;
font-family:Alegreya Sans SC;
margin-left:3%;
}
body {
font-family: Alegreya Sans;
width:80%;
margin:auto;
}
.head{
width:100%;
height:60px;
background: black;
padding-top:20px;
padding-left:20px;
}
.head h1 {
font-family:Cuprum;
margin-top:0px;
color:white;
}
.headline {
text-align:center;
}
.headline h1{
font-size:320%;
color:#3498db;
font-family:Alegreya Sans SC;
}
p,ul{
margin-left:3%;
font-size:20px;
}
.footer{
font-family:DejaVu Sans;
color:white;
height:140px;
border:1px solid rgb(10,10,10);
padding-left:20px;
background:black;
position: relative;
font-family:Alegreya Sans;
}
.footer p{
font-size: inherit;
}
.footer a{
text-decoration: none;
color:white;
}
.footer a:hover{
color:#3498db;
}
a{
color:#e74c3c;
text-decoration: none;
}
.nav {
padding-bottom: 10px;
}