{“@context”:”https://schema.org;,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What was the key to Melanie Perkins’ success with Canva after facing rejection from over 100 investors?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Melanie emphasized the importance of feedback from investors, using their rejections to refine her pitch deck and clarify the market gap Canva aimed to fill. This iterative process helped her articulate the vision and problem more effectively, ultimately leading to successful fundraising.”}},{“@type”:”Question”,”name”:”How does Canva incorporate community feedback into its product development?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Canva receives over a million requests from its community each year, which are analyzed and used to inform product development. This feedback loop ensures that the features released are genuinely needed and loved by users, enhancing the overall product experience.”}},{“@type”:”Question”,”name”:”What is the ‘two-step plan’ that Melanie Perkins refers to, and why is it significant?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”The ‘two-step plan’ consists of building one of the world’s most valuable companies while simultaneously doing the most good possible. This dual focus not only drives Canva’s business strategy but also aligns its mission with social impact, creating a meaningful purpose behind its operations.”}}]}
.card {
position: relative;
border: 1px solid rgba(0,0,0,.125);
border-radius: 0.75rem;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
width: 94% !important;
max-width: 518px;
min-width: 0px;
margin-top: 1rem;
margin-bottom: 1rem;
margin-left: 0px;
margin-right: 2px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Ubuntu, “Helvetica Neue”, sans-serif;
}
.card:hover {
transform: scale(1.02);
transition: all 0.1s ease;
box-shadow: 2px 2px 5px #888;
z-index: 1;
background-color: #f0f0f0 !important;
}
.faq-section {
max-width: 800px;
}
.faq-item:hover {
background: #f0f8ff !important;
transition: background 0.2s ease;
}
