Skip to content

Commit

Permalink
Capstone Project
Browse files Browse the repository at this point in the history
  • Loading branch information
KatalKavya96 committed Dec 13, 2024
1 parent 2a4d094 commit 1a85140
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
47 changes: 47 additions & 0 deletions capstone.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,50 @@ body {
cursor: pointer;
text-align: center;
}

.intro {
width: 1344px;
text-align: center;
margin: 48px auto;
font-size: 48px;
line-height: 52px;
letter-spacing: -1%;
}


.projects {
width: 1344px;
text-align: center;
padding: 48px 0;
border-bottom: 1px solid white;
}

.projects h1 {
font-weight: 900;
font-size: 64px;
margin-bottom: 12px;
}

.projects p {
font-size: 24px;
line-height: 32px;
margin-bottom: 32px;
}

.discover-button {
background-color: #928DD3;
font-family: 'Archivo', sans-serif;
font-weight: 600;
padding: 8px 16px;
border-radius: 8px;
border: none;
cursor: pointer;
margin-bottom: 24px;
}

.projectimg {
width: 100%;
max-width: 1344px;
height: 756px;
border: 1px solid white;
}
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,17 @@ <h3>Project I</h3>
</div>
</div>

<div class="intro">
<p>I am a passionate designer focused on creating dynamic, geometric visuals that captivate and inspire. My work spans various disciplines, including web design, branding, and illustration.</p>
</div>

<div class="projects">
<h1>Featured Project</h1>
<p>Explore my latest project that combines cutting-edge design with a unique geometric style.</p>
<button class="discover-button">Discover My Project</button>
<img src="abstract.png" class="projectimg">
</div>


<div class="segment">
<div class="spacer"></div>
Expand Down

0 comments on commit 1a85140

Please sign in to comment.