Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<head>
<title>NKA Development Group</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kenia&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<noscript>This website needs JavaScript to function properly. Please enable it in browser settings.</noscript>
<body>
Expand Down
20 changes: 17 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@ body {
margin: 0px;
padding: 0px;
font-size: 18px;
font-family: 'Mulish', sans-serif;
}

/* Custom Font Families:

font-family: 'Kenia', cursive;
font-family: 'Mulish', sans-serif;
font-family: 'Roboto Mono', monospace;

*/

#top-nav-bar {
width: 100%;
padding-top: 15px;
Expand All @@ -18,6 +27,7 @@ body {
}
.top-nav-bar-title {
font-size: 27px;
font-family: 'Roboto Mono', monospace;
}

#top-info-card {
Expand All @@ -31,11 +41,13 @@ body {
box-shadow: 1px 0 10px 8px rgb(199, 199, 199);
}
.top-info-card-title {
font-size: 55px;
font-weight: bold;
font-size: 65px;
/* font-weight: bold; */
font-family: 'Kenia', cursive;
}
.top-info-card-description {
font-size: 21px;
font-size: 23px;
font-family: 'Roboto Mono', monospace;
}

.content-container {
Expand Down Expand Up @@ -99,8 +111,10 @@ body {
border-radius: 8px;
box-shadow: 1px 0 10px 8px rgb(199, 199, 199);
font-size: 16px;
font-family: 'Roboto Mono', monospace;
}

.page-footer {
font-size: 14px;
font-family: 'Roboto Mono', monospace;
}