-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTable.css
More file actions
47 lines (47 loc) · 913 Bytes
/
Table.css
File metadata and controls
47 lines (47 loc) · 913 Bytes
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
@font-face {
font-family: 'MyWebFont';
src: url('webfont.eot');
src: url('webfont.eot?#iefix') format('embedded-opentype'),
url('webfont.woff2') format('woff2'),
url('webfont.woff') format('woff'),
url('webfont.ttf') format('truetype'),
url('webfont.svg#svgFontName') format('svg');
}
table{
border: 1px solid rgb(116, 26, 61);
width: 550px;
height: 350px;
border-width: 2px;
background-color: rgb(249, 211, 226);
color: rgb(116, 26, 61);
font-weight: bold;
font-family: 'MyWebFont', Fallback, sans-serif;
}
.number{
width: 20px;
height: 135px;
}
.picture{
width: 135px;
height: 135px;
}
.inform{
width: 190px;
height: 135px;
}
.vaga{
width: 50px;
height: 135px;
}
.cost{
width: 50px;
height: 135px;
}
.macarun{
width: 135px;
height: 135px;
border-radius: 75px;
}
td{
text-align: center;
}