-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
85 lines (82 loc) · 1.29 KB
/
style.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
body {
background: linear-gradient(top, blue, white);
background: -moz-linear-gradient(top, blue, white);
background: -webkit-linear-gradient(bottom, blue, white);
}
header {
margin: -10px;
text-align: center;
background: url("http://images5.alphacoders.com/392/392202.jpg");
background-size: cover;
color: white;
font-family: arial;
height: 350px;
vertical-align: top;
position: relative;
}
h1 {
margin-top: -10px;
font-size: 40px;
padding: 40px 0 0 0;
}
.center {
border: 7px solid white;
border-radius: 20px;
}
.carousel {
margin: 0 auto;
height: 300px;
}
.top-right {
position: absolute;
top: 0px;
right: 0px;
z-index: 1;
border: 7px solid blue;
border-radius: 20px;
}
.bot-left {
position: absolute;
bottom: 0px;
left: 0px;
z-index: 1;
border: 7px solid red;
border-radius: 20px;
}
ul {
list-style-type: circle;
}
.contact > li{
display: inline;
padding: 10px;
}
.header {
padding: 10px;
position: relative;
bottom: 13px;
background: rgba(0,0,0,.7);
}
ul.header > li {
display: inline;
padding: 10px;
}
a {
color: white;
}
article {
max-width: 500px;
padding: 20px;
margin: 0 auto;
font-family: 'Francois One', sans-serif;
}
.slide {
max-width: 400px;
margin: 0 auto;
display: block;
}
button {
margin: 0 100px 0 100px;
}
.contactemail {
<p>[email protected]</p>
}