Skip to content

Commit

Permalink
feat: "Create the -second variation to title"
Browse files Browse the repository at this point in the history
  • Loading branch information
brunop27 committed May 28, 2024
1 parent d604a37 commit 2803b55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/components/title.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
text-shadow: 3px 3px 0px #2e2e2e;;
font-size: 40px;
color: #FF6B81;
}

.title.-second{
color: #FFF;
text-align: center;
text-shadow: none;
}
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ <h2 class="subtitle">FrontEnd Developer</h2>
</div>
</div>
</section>

<h2 class="title -second">Skills</h2>
</body>
</html>

0 comments on commit 2803b55

Please sign in to comment.