We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b1d94 commit d0298e0Copy full SHA for d0298e0
1 file changed
Sprint-3/quote-generator/style.css
@@ -1 +1,34 @@
1
/** Write your CSS in here **/
2
+body {
3
+ font-family: Arial, sans-serif;
4
+ background: #f4f4f4;
5
+ text-align: center;
6
+ padding: 50px;
7
+}
8
+
9
+.container {
10
+ background: white;
11
+ padding: 20px;
12
+ border-radius: 10px;
13
+ display: inline-block;
14
15
16
+#quote {
17
+ font-size: 1.5em;
18
+ margin-bottom: 10px;
19
20
21
+#author {
22
+ font-style: italic;
23
+ margin-bottom: 20px;
24
25
26
+button {
27
+ padding: 10px 20px;
28
+ font-size: 1em;
29
+ cursor: pointer;
30
31
32
+.autoplay {
33
+ margin-top: 20px;
34
0 commit comments