-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
67 lines (60 loc) · 1004 Bytes
/
main.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
body {
margin: 50%;
}
img{
width:400px;
margin:50%;
border-radius: 50%;
}
h1 {
font-family: Times New Roman;
text-align: center;
font-weight: bold;
padding-bottom: 50px;
padding-top: 50px;
}
#header{
text-align: center;
font-weight: bold;
padding-bottom: 50px;
}
.container{
font-family: sans-serif;
text-align: center;
width: 70%;
}
.content{
font-weight: bold;
}
ul { display: inline-block; text-align: left; }
.qoute {
font-family: Verdana;
text-align: center;
padding-left: 30%;
width: 70%;
font-size:15px;
}
#second-text{
font-size: 10px;
}
.container-fluid{
background-color: #d3d3d3;
width: 85%;
margin-top: 5%;
border-radius: 10px;
box-shadow: 20px 20px 40px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
footer{
text-align: center;
}
body {
padding: 0;
margin: 0;
}
@media(max-width: 500px){
.container-fluid{
display: block;
position: center;
box-shadow: 20px 20px 40px rgba(1,0,0,0.19), 0 6px 6px rgba(1,0,0,0.23);
}
}