-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
108 lines (90 loc) · 1.35 KB
/
index.css
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
h1{
text-align:center;
font-family:lato;
}
h4{
text-align:center;
font-family:lato;
}
h6{
text-align:center;
font-family:lato;
padding-top:6px;
}
hr{
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
width:60%;
}
#content{
max-width:700px;
width:80%;
margin:20px auto;
border-radius:20px;
background:white;
margin-bottom:15px;
}
p{
font-family:railway;
font-size:19px;
}
body{
background:rgb(180,180,180);
}
/*.icons{
display:inline;
position:relative;
padding-left:42%;
padding-right:43%;
font-size:20px;
}*/
i.fa {
display:inline;
border-radius: 60px;
box-shadow: 0px 0px 2px #888;
padding: 0.5em 0.6em;
background:#686868;
color:black;
}
#special{
padding-top:12px;
}
.footer{
position-bottom:fixed;
left:0;
bottom:0;
height:200px;
width:100%;
background-color: #FFFFFF;
}
.footer-style{
padding: 50px;
}
ul.icons i{
/*padding: 5px;*/
/*border-radius: 5px;*/
/*background-color: lightblue;*/
width: 36px;
height: 36px;
}
ul.icons{
list-style-type: none;
/*padding-left:42%;
padding-right:43%;*/
margin: 0;
padding: 0;
}
ul.icons li{
display: inline-block;
margin:2px;
}
ul.icons{
list-style-type: none;
margin: 0;
padding: 0;
font-size: 20px;
}
.center{
text-align:center;
}