-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheventDetailPage.css
More file actions
55 lines (47 loc) · 827 Bytes
/
eventDetailPage.css
File metadata and controls
55 lines (47 loc) · 827 Bytes
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
body{
background-color: #dfe8f8;
}
.content .article{
margin-left: 140px;
margin-right: 140px;
text-align: center;
position: relative;
}
.article #image-1{
margin-top: 150px;
width: 70%;
}
.article h1{
margin-left: 80px;
margin-right: 80px;
font-size: 36px;
color: #0f5dd1;
padding-top: 40px;
}
.article p{
padding-top: 40px;
margin-left: 150px;
margin-right: 150px;
text-align: justify;
font-family: cursive;
line-height: 32px;
}
.article #image-2{
margin-top: 50px;
width: 70%;
}
.content h3 a{
text-align: left;
text-decoration: none;
font-size: 20px;
letter-spacing: 6px;
color: #0f5dd1;
}
.content h3 a:hover{
color: #092f68;
font-size: 28px;
}
.content h3{
margin-top: 100px;
text-align: center;
}