Skip to content

Commit

Permalink
update style of title
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelkarimhajji committed May 11, 2024
1 parent 23cb6f9 commit 0edb156
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5501
"liveServer.settings.port": 5502
}
8 changes: 5 additions & 3 deletions style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,14 @@ nav
}
.title_header h1
{
font-size: 55px;
font-size: 3.2em;
color: #a99d61;
z-index: 4;
font-weight: bold;
}
.title_header h2
{
font-size: 80px;
font-size: 5em;
color: #fdfdfd;
z-index: 4;
font-weight: bold;
Expand All @@ -225,7 +225,9 @@ nav
{
color: rgba(255, 255, 255, 0.732);
line-height: 150%;
width: 60%;
font-size: 1em;
width: 700px;
text-align: justify;
}
/* finish under_nav */

Expand Down

0 comments on commit 0edb156

Please sign in to comment.