Spaces:
Sleeping
Sleeping
Create css/styles.css
Browse files- css/styles.css +30 -0
css/styles.css
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#dut-logo {
|
2 |
+
padding: 1em;
|
3 |
+
}
|
4 |
+
|
5 |
+
#header {
|
6 |
+
text-align: center;
|
7 |
+
}
|
8 |
+
|
9 |
+
#header-sub-heading {
|
10 |
+
text-align: center;
|
11 |
+
}
|
12 |
+
|
13 |
+
#header-instructions {
|
14 |
+
text-align: center;
|
15 |
+
}
|
16 |
+
|
17 |
+
#ingredients-input input {
|
18 |
+
font-size: 12pt;
|
19 |
+
}
|
20 |
+
|
21 |
+
#recipe-container {
|
22 |
+
padding: 1em !important;
|
23 |
+
border: 1px solid #e5e7eb !important;
|
24 |
+
border-radius: 5px !important;
|
25 |
+
}
|
26 |
+
|
27 |
+
#examples button div{
|
28 |
+
padding-left: 1.5em;
|
29 |
+
padding-right: 1.5em;
|
30 |
+
}
|