-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
53 lines (49 loc) · 924 Bytes
/
style2.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
body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: black;
background-color: white;
padding-bottom: 5%;
}
.headings{
font-size: 32px;
font-weight: bold;
margin-bottom: 10px;
}
.text24{
margin-top: 30px;
margin-bottom: 10px;
font-size: 24px;
font-weight: bold;
}
.text18{
margin-top: 0%;
padding: 0%;
font-size: 18px;
}
.EventDisplay{
display: flex;
justify-content: center;
}
#EventVideo{
background-color: rgba(86, 90, 92, 0.281);
width: 870px;
height: 440px;
border-radius: 25px;
}
#EventDetails{
margin-left: 50px;
display: block;
}
#Register{
text-align: center;
width: 290px;
height: 50px;
border: none;
border-radius: 25px;
font-size: 20px;
text-decoration: none;
display: block;
margin-left: auto;
margin-right: auto;
color: black;
}