By harnessing powerful insights and smart targeting, we’re able to
create behavior-changing ideas and experiences that deliver value to
brands. Supported by our proprietary{' '}
diff --git a/src/components/PartTwo.js b/src/components/PartTwo.js
new file mode 100644
index 0000000..a969920
--- /dev/null
+++ b/src/components/PartTwo.js
@@ -0,0 +1,63 @@
+import React from 'react';
+
+import pencil from '../assets/images/pencil.png';
+
+export default function PartTwo() {
+ return (
+
+ );
+}
diff --git a/tailwind.config.js b/tailwind.config.js
index 0b5230e..bad76f0 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -20,6 +20,7 @@ module.exports = {
gray: {
100: '#f7fafc',
+ 144: '#909090',
200: '#edf2f7',
300: '#e2e8f0',
400: '#cbd5e0',
@@ -353,6 +354,7 @@ module.exports = {
'11/12': '91.666667%',
full: '100%',
screen: '100vh',
+ 'two-row': '49%',
}),
inset: {
0: '0',
@@ -503,6 +505,7 @@ module.exports = {
'11/12': '91.666667%',
full: '100%',
screen: '100vw',
+ 'two-row': '49%',
}),
zIndex: {
auto: 'auto',