-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdisplaystyle9.css
90 lines (75 loc) · 1.6 KB
/
displaystyle9.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.footer {
background-color: rgba(61, 31, 6, 0.836);
padding: 3px;
text-align: center;
color: white;
display: block;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 8%;
border-top: 4px double black;
}
.back{
width: 200px;
height: 34px;
background-color: rgba(152, 99, 243, 0.952);
color:black;
margin-top: 12px;
border-radius: 9px;
font-size: 19px;
font-family: monospace;
margin-left: 80%;
text-align: center;
align-items: center;
border: 4px double black;
}
.back:hover{
background-color: rgb(137, 164, 250);
height: 35px;
width:220px;
}
a{
color: black;
font-size: 22px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-weight: bold;
}
.image{
width: 1520px;
object-fit: cover;
background-size: cover;
height: auto;
}
.box {
color: rgba(255, 250, 240, 0.986);
font-weight: bold;
text-align: center;
align-items: center;
border: 4px solid #f1f1f1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 45%;
padding: 30px;
background-color: rgba(2, 16, 43, 0.89);
border-radius: 20px;
margin-top: 50px;
overflow: auto;
}
td,th {
border: 2px solid #ccc;
text-align: center;
word-wrap:break-word;
}
th {
background: rgba(4, 14, 17, 0.507);
border-color: white;
height: 70px;
}
table {
width:680px;
table-layout:fixed;
}