diff --git a/.DS_Store b/.DS_Store index 86b7849..84f7d08 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/assets/.DS_Store b/assets/.DS_Store index 2df1dea..2a4b874 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/index.html b/index.html index 5d0aea9..5832615 100644 --- a/index.html +++ b/index.html @@ -98,11 +98,13 @@

Education

-

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?

+

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. + + +

diff --git a/style.css b/style.css index d0887f4..6c90633 100644 --- a/style.css +++ b/style.css @@ -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; +} + + + + +