-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (51 loc) · 1.02 KB
/
style.css
File metadata and controls
53 lines (51 loc) · 1.02 KB
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
.recipyTableStyle{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border: 1px solid powderblue;
width: 100%;
}
.recipyTableStyle td, .recipyTableStyle th {
text-align: center;
padding: 5px;
font-family: "Trebuchet MS";
border: 1px solid gray;
text-align: left;
word-wrap: break-word;
}
tr:nth-child(even) {background-color: #f2f2f2;}
.container {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: center;
font-size: 20px;
border: 5px dotted black;
padding: 15px;
background: lightblue;
}
.imageclass
{
text-align: center;
border: 3px;
min-height: 130px;
background-clip: padding-box;
border-radius: 40%;
}
h2 {
color: black;
text-align: center;
padding: 15px;
}
h3 {
color: black;
text-align: center;
font-size: 15px;
}
h4 {
color: black;
text-align: center;
font-size: 10px;
}
.titleoftabe{
font-size: 20px;
color: black;
text-align: center;
background-color:#eee;
}