-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (41 loc) · 978 Bytes
/
style.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
body{
background-image:url("./R.jpeg");
background-size: auto;
}
h1{
font-family:'Times New Roman', Times, serif;
text-align: center;
text-decoration-color: rgb(35, 221, 221);
color:#3876BF;
background-color:#192655 ;
}
video{
width: 390px;
height: 600px;
background-color: #F3F0CA;
}
table{
text-align: center;
font-weight: bold;
font-size: 1.5em;
color:#beb74f;
font-family: 'Times New Roman', Times, serif;
}
table{
text-size-adjust: 1PX;
border-collapse: separate; /* Use 'collapse' for no spacing or 'separate' for spacing */
border-spacing: 10px;
}
.second{
font-family: 'Times New Roman', Times, serif;
text-align: center;
font-weight: bold;
font-size: 1.5em;
}
#one{
color:#004225;
}
#second{
color: #A5AEFF;
padding-top: 4%;
}