Skip to content

Commit

Permalink
quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaePhoneNaing committed Feb 3, 2024
1 parent f324cb3 commit 69c0623
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,13 @@ <h3>Education</h3>
</div>

<div class="text-container">
<p>Lorem ipsum dolor sit amet consectetur
adipisicing elit. Sit, eius, saepe omnis minus
laudantium numquam nobis quaerat debitis modi
deleniti vel officiis facilis exercitationem
a tenetur? Laborum suscipit excepturi libero?</p>
<p>I'm studying bachelor of IT which is awarded from Lincoln University College, Malaysia
at Y-Max university in Yangon. And I'm also taking the NCFE(UK) diploma in Web Development class
because I want to be a professional web developer in the future. And I'm also trying to improve my english
at Wall Street English school at the same time.


</p>
</div>

</div>
Expand Down
56 changes: 56 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,62 @@ section{
gap: 1rem;
}

/*About Section*/

#about{
position: relative;
}

.about-containers{
gap: 2rem;
margin-bottom: 2rem;
margin-top: -5rem;
}

.about-details-container{
justify-content: center;
flex-direction: column;
}

.about-containers,.about-details-container{
display: flex;
}

.about-pic{
border-radius: 2rem;
}

.arrow{
position: absolute;
right: -5rem;
bottom: 2.5rem;
}

.details-container{
padding: 1.5rem;
flex: 1;
background: white;
border-radius: 2rem;
border: rgb(53, 53, 53) 0.1rem solid;
border-color: rgb(163, 163, 163);
text-align: center;
}

.section-container{
gap: 4rem;
height: 80%;
}

.section_pic-container{
height: 400px;
width: 400px;
margin: auto 0;
}








Expand Down

0 comments on commit 69c0623

Please sign in to comment.