Uncomment the commented

This commit is contained in:
Murtadha 2024-07-11 23:52:52 -04:00
parent dd69c95b76
commit 926f06234f

View file

@ -20,10 +20,10 @@ function App() {
</div> </div>
</section> </section>
<section className={styles.section} style={{backgroundColor: '#f0f0f0'}}> <section className={styles.section} style={{backgroundColor: '#f0f0f0'}}>
{/* <div className={styles.content}> <div className={styles.content}>
<h2>Another Section</h2> <h2>Another Section</h2>
<p>This section has a different background color.</p> <p>This section has a different background color.</p>
</div> */} </div>
</section> </section>
<Education /> <Education />
{/* Add more sections as needed */} {/* Add more sections as needed */}