-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.css
97 lines (79 loc) · 1.42 KB
/
template.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
91
92
93
94
95
96
97
.half {
width: 50%;
}
.left {
display: inline-block;
width: 48%;
height: 450px;
margin-top: 0px;
}
.right {
position: fixed;
top: 200px;
right: 40px;
}
.content {
background: linear-gradient(darkblue, lightblue);
}
table#mytable {
font-family: 'Sansita Swashed', cursive;
background-color: yellow;
border: 3px solid grey;
margin-left: 30%;
}
table#mytable caption {
font-family: "cursive";
font-size: 3em;
}
td,
th {
border: 2px solid grey;
padding: 20px 30px;
width: 200px;
text-align: center;
}
.header {
border: 3px double black;
background: linear-gradient(red, blue);
color: rgb(253, 229, 229);
text-align: center;
font-family: 'Dancing Script', cursive;
font-size: 2em;
}
img#n1,
img#n5 {
height: 80px;
width: 80px;
}
img#n2,
img#n4,
img#n6 {
height: 65px;
width: 65px;
}
img#n3,
img#n7 {
height: 50px;
width: 50px;
}
table#mytable th {
background-color: lightcoral;
font-size: 2em;
}
.footer {
background-color: black;
position: relative;
font-size: 2em;
margin-top: 6%;
text-align: center;
}
table#table_details {
color: white;
font-size: 2em;
}
table#table_details input,
table#table_details button {
height: 50px;
font-size: 0.8em;
/* width: 100px; */
}