Skip to content

Commit

Permalink
add section about
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeBeeUA committed Jul 7, 2024
1 parent c7ba563 commit a0bb62e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
15 changes: 11 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,17 @@
</div>
</div>
<div class="about">
<h2 class="about_h2">About me</h2>
<div class="about_descr">Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Cum dicta aliquid laboriosam accusamus ad nisi eaque quia velit nihil ullam omnis,
odio deleniti sint libero quas. Dicta dolorem culpa ab!</div>
<div class="container">
<h2 class="about_h2">About me</h2>
<div class="about_descr">I like to study and learn something new.
I like to read books, do physical education, listen to music of different genres.
I'm fond of good cars and bikes. I lead active and healhy lifestyle.
I like to work and see the results of my work.
Since childhood, I have had a predisposition to work with electronics and computers.
I like to disassemble, assemble and configure something.
I can build, configure, solve problems with computers.
</div>
</div>
</div>
</main>
<footer>
Expand Down
18 changes: 17 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ header nav .list_item_link:hover{
}

main {
padding: 15px 0;
padding-top: 15px;
background-color: #FFFDD0;
}

Expand Down Expand Up @@ -104,4 +104,20 @@ main {

/* section about */

.about {
padding-top: 15px;
}

.about_h2 {
font-family: Roboto;
font-weight: 700;
font-size: 24px;
text-align: center;
}

.about_descr {
padding-top: 15px;
font-family: Roboto;
font-weight: 300;
font-size: 18px;
}

0 comments on commit a0bb62e

Please sign in to comment.