-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhomepage4.css
79 lines (62 loc) · 1.34 KB
/
homepage4.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
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
.container {
padding: 5% 0;
display:flex;justify-content:center;align-items:center;
}
.child {
display: inline-block;
border-style: solid;
border-width: 10px;
border-color: #888888;
border-top-width: 25px;
border-top-style: solid;
background-color: #dddddd;
margin: 10px;
padding: 20px;
box-shadow: 10px 10px #333333;
}
hr {
color: #aaaaaa;
}
p.indent {
margin-left: 10%;
max-width: 350px;
}
ul {
list-style-type: none;
float: left;
padding-left: 0px;
padding-right: 0px;
margin-left: 18px;
margin-right: 18px;
}
a {
color:#000000;
}
.big-aesthetic-yellow {
color:#FFF700;
text-shadow: 5px 5px #7F7B1E, 10px 10px #4f4b1e, 15px 15px #1f1b10, 20px 20px #000000;
}
.big-aesthetic-pink {
color: #C11165;
text-shadow: 5px 5px #970E4E, 10px 10px #570b2e, 15px 15px #37071E, 20px 20px #000000;
}
div#bg {
content: "";
position: fixed;
left: -10%;
top: -10%;
z-index: -1;
display: block;
background: url(/img/1449763727551.jpg);
background-size:cover;
width: 120%;
height: 120%;
filter: blur(10px);
}
body {
font-family: serif;
/*background: url(img/dots.png) repeat center center fixed;*/
/*background: #B7E1EA;*/
font-size: 12pt;
}