Skip to content

Commit 3b530fc

Browse files
committed
spacing and text - correction
1 parent f06fbed commit 3b530fc

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

frontend/assets/css/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
body {
1717
background-color: #f8fdff;
18+
letter-spacing: 0.3px;
1819
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
1920
}
2021

@@ -183,9 +184,16 @@ body {
183184
background-color: #5FBA87;
184185
}
185186

187+
.sec {
188+
font-weight: 500;
189+
color: #777;
190+
font-family: "apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif";
191+
}
192+
186193
h2,
187194
h3 {
188-
color: #777;
195+
font-weight: 500;
196+
/* color: #777; */
189197
font-family: "apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "sans-serif";
190198
}
191199

frontend/category.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<div class="container">
1111
<div class="row">
1212
<div class="nav-icon col-6">
13-
<a href="#"><img src="assets/img/logo.png"> </a>
13+
<a href="index.html"><img src="assets/img/logo.png"> </a>
1414
</div>
1515
<div class="col-6 nav-link" style="text-align:right">
16-
<h1>Coding101</h1>
16+
<h3>Coding101</h3>
1717
</div>
1818
</div>
1919

frontend/explainer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<div class="container">
1111
<div class="row">
1212
<div class="nav-icon col-6">
13-
<a href="#"><img src="assets/img/logo.png"> </a>
13+
<a href="index.html"><img src="assets/img/logo.png"> </a>
1414
</div>
1515
<div class="col-6 nav-link" style="text-align:right">
16-
<h1>Coding101</h1>
16+
<h3>Coding101</h3>
1717
</div>
1818
</div>
1919

@@ -24,13 +24,13 @@ <h2>We've already done the hardwork on curating the best resources to help you.<
2424
</div>
2525

2626
<div class="row">
27-
<div class="col-12" style="text-align:center">
27+
<div class="col-12 sec" style="text-align:center">
2828
<h3>All you have to do is try to answer the next couple of question as best as you can so we can figure out what you may like.</h3>
2929
</div>
3030
</div>
3131

3232
<div class="row">
33-
<div class="col-12" style="text-align:center">
33+
<div class="col-12 sec" style="text-align:center">
3434
<h3>We then use that to create a track that might be the most engaging way for you to get into tech.</h3>
3535
</div>
3636
</div>

frontend/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="#"><img src="assets/img/logo.png"> </a>
1414
</div>
1515
<div class="col-6 nav-link" style="text-align:right">
16-
<h1>Coding101</h1>
16+
<h3>Coding101</h3>
1717
</div>
1818
</div>
1919

@@ -24,7 +24,7 @@ <h2>Coding101 aims to help people who are interested in coding get an head start
2424
</div>
2525

2626
<div class="row">
27-
<div class="col-12" style="text-align:center">
27+
<div class="col-12 sec" style="text-align:center">
2828
<h3>We understand that coding can be a bit confusing at the beginning and we are here to help you get started.</h3>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)