-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
89 lines (77 loc) · 1.3 KB
/
stylesheet.css
File metadata and controls
89 lines (77 loc) · 1.3 KB
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
* {
font-family: Monda; sans-serif; Arial;
}
.header{
width: 100%;
height: 120px;
padding-top: 30px;
background: #efefef;
}
.header p{
font-family: 'Monda', sans-serif;
text-align: center;
}
.logo {
position: relative;
display: inline-block;
height: 100px;
width: 100px;
border-radius: 100%;
border: 2px solid black;
margin-left: 5px;
margin-top: 5px;
text-align: center;
border: 2px solid #F5F5DC;
}
#blocktext {
margin-right:auto;
width:40em;
}
#button {
width: 100px;
height: 60px;
background-color: #F38630;
color: #FFFFFF;
border-radius: 5px;
border: 4px solid #FA6900;
font-family: Verdana, Arial, Sans-Serif;
font-size: 1em;
font-weight: bold;
text-align: center;
box-shadow: 5px 5px 5px #888;
display: inline-block;
margin-right: 20px;
}
h1{
font-family: 'Monda', sans-serif;
font-size: 28px;
line-height: 1.428em;
font-weight: 400;
text-align: center;
}
ul{
list-style: none;
}
ul h2{
text-align: center;
}
div h2{
font-family: 'Monda', sans-serif;
position: center;
}
.container{
width: 960px;
margin: 185px auto 0 auto;
}
.testimonials{
position: relative;
margin-top: 35px;
padding: 28px 10px 30px 10px;
/* border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc; */
}
.testimonials li {
float: left;
width: 260px;
padding: 0 20px;
margin-right: 20px;