-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
597af08
commit e9b54d7
Showing
12 changed files
with
89 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
.container { | ||
position: absolute; | ||
top: 0px; | ||
left: 0px; | ||
margin: 0; | ||
padding: 0; | ||
width: 100%; | ||
} | ||
|
||
.content { | ||
position: absolute; | ||
top: 350px; | ||
left: 100px; | ||
width: 100%; | ||
} | ||
|
||
.header-image { | ||
position: absolute; | ||
top: 0px; | ||
left: 0px; | ||
width: 100%; | ||
} | ||
|
||
.heading { | ||
font-size: 82px; | ||
font-family: Helvetica; | ||
color: #063961; | ||
} | ||
|
||
.text { | ||
font-size: 18px; | ||
font-family: Helvetica; | ||
color: #231f20; | ||
} | ||
|
||
.content-npq{ | ||
position: absolute; | ||
top: 350px; | ||
left: 85px; | ||
width: 100%; | ||
} | ||
|
||
.text-npq{ | ||
font-size: 32px; | ||
font-family: Arial; | ||
color: #231f20; | ||
} | ||
|
||
.heading-npq{ | ||
font-size: 48px; | ||
font-family: Arial; | ||
color: #231f20; | ||
} | ||
|
||
.name-heading-npq { | ||
max-width: 70%; /* Limit width to 70% of the screen */ | ||
text-align: left; /* Align text to the left */ | ||
font-size: clamp(16px, 4vw, 40px); /* Adjust font size based on viewport width */ | ||
white-space: nowrap; /* Keeps text on a single line */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters