Skip to content

Commit

Permalink
Design tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno committed Apr 18, 2024
1 parent 1adacc6 commit 253e23b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ <h2>About</h2>

</section>

<hr />

<section>
<h2>Skills</h2>

Expand All @@ -52,8 +50,6 @@ <h2>Skills</h2>
<li><b>Responsive web design</b>: Skilled in creating good-looking web apps for mobile and desktop platforms in HTML, CSS, and JavaScript</li>
</ul>
</section>

<hr />

<section>
<h2>Projects</h2>
Expand Down Expand Up @@ -104,8 +100,6 @@ <h2>Projects</h2>

</section>

<hr />

<section>
<h2>Contact Me</h2>

Expand Down
19 changes: 11 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ ul li:before {
margin-left: -20px;
}

hr {
border: 0;
border-top: 1px dotted currentColor;
margin: 1.5rem 0;
opacity: 0.2;
}

img.avatar {
border-radius: 50%;
margin-left: 2rem;
Expand All @@ -70,6 +63,16 @@ img.avatar {

h2 {
text-transform: uppercase;
padding: 1rem 0;
width: fit-content;
}

h2::after {
content: ' ';
display: block;
height: 1px;
width: 100%;
border-bottom: 1px solid color-mix( in srgb, currentColor 20%, transparent );
}

.projects {
Expand All @@ -84,7 +87,7 @@ h2 {
flex-shrink: 1;
flex-grow: 1;
display: flex;
border: 1px solid color-mix( in srgb, currentColor 20%, transparent );
background-color: color-mix( in srgb, currentColor 5%, transparent );
flex-direction: row;
padding: 1rem;
gap: 1rem;
Expand Down

0 comments on commit 253e23b

Please sign in to comment.