Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ function App() {
<div class="top-left">
{/* Change the text to your name */}
<h1>
Hello Beautiful
Asad Ali
</h1>
{/* Fix this CSS so that way these sits under your Name */}
<p>Short description of thyself. This doesn't have to be long. 3 to 5 sentances at most.</p>
<p>Hobbies. This doesn't have to be long. Maybe make a list?</p>
<p>Hey, I am Asad Ali, I was born in the country of Pakistan and I am a Proud Muslim.</p>
<p>My hobbies are just sitting and resting.</p>
</div>

{/* Change the div's font to 18px and the color to aliceblue */}
<div class="center-left">
<p>What are your likes and dislikes?</p>
<div class="center-left" style="font-size: 18px;">
<p>I like Computers and hate when I don't find any games to play</p>
</div>
</>
)
Expand Down