-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_tr.css
91 lines (75 loc) · 1004 Bytes
/
style_tr.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
html {
background-color: #e6f5ff;
font-size: 20px;
}
div {
background: #008ae6;
padding: 10px;
border: 1px solid black;
}
h1 {
text-shadow: 1px 1px black;
background-color: #008ae6;
}
table {
width: 100%;
background: #f2f2f2;
}
ul {
background: #f2f2f2;
padding: 10px;
width: 60%;
border: 1px solid black;
}
li {
margin-left: 20px;
}
aside {
position: absolute;
right: 10px;
width: 25%;
padding: 5px;
border: 1px solid black;
background: #66ccff;
}
article {
background: #f2f2f2;
padding: 10px;
border: 1px solid black;
width: 70%;
}
input.food {
width: 400px;
}
input.carb {
width: 100px;
}
input.food {
width: 200px;
}
section {
padding: 15px;
width: 60%;
text-align: center;
position: absolute;
left: 80px;
}
span {
background-color: #008ae6;
}
footer {
border: 1px solid black;
background: #66ccff;
}
p.moral {
background: #ccccff;
}
p.alert1 {
color: red;
}
p.alert2 {
color: red;
}
p.alert3 {
color: red;
}