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 65ca3fd commit dbfc3bbCopy full SHA for dbfc3bb
2 files changed
Sprint-3/quote-generator/index.html
@@ -9,7 +9,7 @@
9
</head>
10
<body>
11
<div class="quote-box">
12
- <h1>Quote Generator</h1>
+ <h1></h1>
13
<p id="quote"></p>
14
<p id="author"></p>
15
<button type="button" id="new-quote">New quote</button>
Sprint-3/quote-generator/style.css
@@ -17,14 +17,18 @@ body {
17
}
18
19
#quote {
20
- font-size: 1.25rem;
+ font-size: 1.25rem;
21
+ color :orange;
22
line-height: 1.5;
23
margin: 20px 0 12px;
24
+ text-align: left;
25
26
27
#author {
28
font-weight: 700;
29
30
margin-bottom: 20px;
31
+ text-align: right;
32
33
34
#new-quote {
0 commit comments