Skip to content

Commit d0298e0

Browse files
committed
css complete
1 parent f5b1d94 commit d0298e0

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Sprint-3/quote-generator/style.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
11
/** 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

Comments
 (0)