-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
64 lines (50 loc) · 1.11 KB
/
custom.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
header > h1 { display: inline-block; }
header span { margin-left: 100px; /*line-height: 30px;*/ color: #234099;}
.navbar li a{
color: #234099;
}
.main{
float: left;
padding-left: 100px;
padding-right: 300px;
}
h2,h3,h5{
/*color: #fbeee4 Benjamin Moore Softwhite;*/
/*color: white;*/
/*color: #348017;*/
color: #474747;
line-height: 150%;
padding-top: 60px;
}
/*#BF8E91 deep pink
#F7CAC9 milen pink*/
h1 { color: #234099; padding-left: 100px;}
p {font-size: 20px; }
.name_header{
padding-right:40px;
float: left;
}
html { height: 100%; } /*stretch gradient*/
body{
font-weight: 300;
/*font-family: 'Lato', sans-serif;*/
/*font-family: 'Muli', sans-serif;*/
font-family: 'Ubuntu', sans-serif;
/*gradient background and stretching*/
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-attachment: fixed;
background: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
/*background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%)*/;
}
.socials li,a{
/*color:pink*/
color: black;
}
.footer p a{
color: #234099;
font-size: 10px;
padding-top: 40px;
padding-left: 100px;
}