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 0b2dfa6 commit 5d9a4f5Copy full SHA for 5d9a4f5
Sprint-3/quote-generator/style.css
@@ -1,7 +1,7 @@
1
/** Write your CSS in here **/
2
:root {
3
--primary-color: #ffa500;
4
- --secondary-color: #000000;
+ --secondary-color: #ffffff;
5
}
6
7
body {
@@ -13,7 +13,7 @@ body {
13
14
15
main {
16
- background-color: white;
+ background-color: var(--secondary-color);
17
color: var(--primary-color);
18
width: 40vw;
19
height: 35vh;
@@ -25,3 +25,11 @@ h1,
25
#quote {
26
display: inline;
27
28
+
29
+button {
30
+ background-color: var(--primary-color);
31
+ color: var(--secondary-color);
32
+ border: none;
33
+ padding: 0.5rem 1rem;
34
+ cursor: pointer;
35
+}
0 commit comments