Skip to content

Commit d877798

Browse files
committed
updated review styling
1 parent d28a684 commit d877798

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

reactjsfoundations.com/src/Introduction.js

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,50 @@ function Introduction(props) {
4848
building applications with it."
4949
/>
5050
</Helmet>
51-
51+
<p
52+
style={{
53+
textAlign: 'center',
54+
color: '#b4032d',
55+
fontSize: '24px',
56+
marginBottom: '-10px',
57+
}}
58+
>
59+
&#9733;&#9733;&#9733;&#9733;&#9733;
60+
</p>
5261
<blockquote>
5362
<strong>
5463
"It is rare to find it hard to put down a programming book but it is
5564
the case for me with this one. It should be the textbook for any React
5665
course and for anyone learning react."
5766
</strong>
5867
</blockquote>
68+
<p
69+
style={{
70+
textAlign: 'center',
71+
color: '#b4032d',
72+
fontSize: '24px',
73+
marginBottom: '-10px',
74+
}}
75+
>
76+
&#9733;&#9733;&#9733;&#9733;&#9733;
77+
</p>
5978
<blockquote>
6079
<strong>
6180
"This is a wonderfully researched, impeccably written book
6281
meticulously covering the all the key, core concepts involved in
6382
developing application with React."
6483
</strong>
6584
</blockquote>
85+
<p
86+
style={{
87+
textAlign: 'center',
88+
color: '#b4032d',
89+
fontSize: '24px',
90+
marginBottom: '-10px',
91+
}}
92+
>
93+
&#9733;&#9733;&#9733;&#9733;&#9733;
94+
</p>
6695
<blockquote>
6796
<strong>
6897
"The details inside are perfectly explained, organized in perfect

0 commit comments

Comments
 (0)