Newer
Older
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
/* Social Buttons Style */
.btn-si {
background-position: 1em;
background-repeat: no-repeat;
background-size: 2em;
border-radius: 0.5em;
border: none;
color: white;
cursor: pointer;
font-size: 1em;
height: 4em;
line-height: 1em;
padding: 0 2em 0 4em;
text-decoration: none;
transition: all 0.5s; }
.btn-google {
background-color: #dd4b39;
background-image: url("../img/google.svg"); }
.btn-google:hover {
background-color: #e47365; }
.btn-google:active {
background-color: #c23321; }
.btn-github {
background-color: #2a2a2a;
background-image: url("../img/github.svg"); }
.btn-github:hover {
background-color: #444444; }
.btn-github:active {
background-color: #101010; }
.btn-si-a {
padding: 25px 15px 25px 65px !important;
font-family: arial;
color : white;}
.smaller .btn-si-a {
padding-left: 40px !important;
font-size: 12px; }
.box{ clear: both; }
.box-a li{
float: left;
margin: 30px 0px;
}
#noDot { list-style-type: none;}