-
Notifications
You must be signed in to change notification settings - Fork 1
/
Testimonials.css
73 lines (73 loc) · 1.51 KB
/
Testimonials.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
body{
background-color: #6ebaf5;
}
h1{
font-weight: bolder;
font-size: 50px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: rgb(17, 109, 8);
text-align: left;
}
#main{
column-count: 3;
text-align: justify;
border: mintcream;
}
nav{
height: 5%;
width: 100%;
border-bottom: 2px solid gray;
}
nav ul li{
list-style-type: none;
text-decoration: none;
display: inline-block;
padding: 5px;
color: black;
}
nav ul li a{
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: black;
}
h2{
text-align: center;
font-size: xx-large;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
}
p{
font-family: sans-serif;
font-size: large;
margin-left: 1;
margin-right: 1;
}
h3{
color:white;
font-size: x-large;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: italic;
margin-top: 0;
text-align: center;
}
#Footer{
justify-content: space-between;
font-size: small;
font-weight: bold;
background-color: grey;
color: white;
height:150px;
text-align: center;
}
#picha{
box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 20%;
}
#Header{
justify-content: space-between;
display: flex;
float: left;
background-color: grey;
}