Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir200524 committed Nov 26, 2024
1 parent f211152 commit 97a1f8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h3>My Home Town - Tehran</h3>
<p>A webpage dedicated to my hometown, Tehran, showcasing its rich culture, history, and beauty. I used HTML and
CSS to build this project, and it's my first step in web development.</p>
<a href="https://amirtehran5.netlify.app/" target="_blank">View Project</a>

<h3>T-Shirt Order Form</h3>
<p>This is an interactive form I built for a T-Shirt gallery where users can place orders. The project helped me
improve my skills in HTML forms and CSS styling.</p>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ body {
min-height: 100vh;
gap: var(--gap);
max-width: var(--container);

}
a,
a:any-link {
Expand Down Expand Up @@ -55,3 +56,6 @@ section p {
line-height: 1.5;
max-width: 55ch;
}
#projects{
display: flexbox;
}

0 comments on commit 97a1f8f

Please sign in to comment.