Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main.css #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions 056_forms/12/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<title>Sports form</title>
</head>
<body>

Expand All @@ -20,4 +20,4 @@
</form>

</body>
</html>
</html>
14 changes: 8 additions & 6 deletions 058_contractor-website/02_finished/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Raleway'>
<link rel="stylesheet" href="assets/css/main.css">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">

</head>
<body>
<header id="top">
Expand Down Expand Up @@ -363,11 +365,11 @@ <h3>Our company, our family</h3>

<section>
<article>
<h1>About Us</h1>
<h1 style="font-family: 'Roboto', sans-serif";>About Us</h1>

<h2>Our company, our family</h2>
<h2 style="font-family: 'Roboto', sans-serif";>Our company, our family</h2>

<p>We are a local, family-run business. We began this business because we became aware of the cancer-causing
<p style="font-family: 'Roboto', sans-serif";>We are a local, family-run business. We began this business because we became aware of the cancer-causing
hazard
that radon poses. After our son was born, I learned that children are particularly
susceptible to the negative health impacts of radon. At the time
Expand All @@ -376,12 +378,12 @@ <h2>Our company, our family</h2>
first radon mitigation system we installed was in our home. I am happy that our home is now free from the
unnecessary danger of hazardously high radon levels.</p>

<p>Helping people stay safe, helping people protect their families, and helping people
<p style="font-family: 'Roboto', sans-serif";>Helping people stay safe, helping people protect their families, and helping people
avoid cancer is what our business is all about. As we talked to friends and family about radon, we realized
there are many people who can benefit from what we have learned. We partnered with our cousin who is a
licensed general contractor and our business was born.</p>

<p>Our goal is to help people stay healthy so that they can
<p style="font-family: 'Roboto', sans-serif";>Our goal is to help people stay healthy so that they can
live and enjoy their lives.</p>

<div class="book-info">
Expand Down Expand Up @@ -413,4 +415,4 @@ <h2 class="red">Call us today!</h2>
</div>
</footer>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions 060_travel-website/02_finished/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,14 @@ header {

.btf-articles h3 {
/* font format */
font-family: 'Roboto Slab', sans-serif;
font-family: 'Roboto', sans-serif;
font-size: 2.4rem;
font-weight: 400;
}

.btf-articles p {
/* font format */
font-family: 'Roboto Slab', sans-serif;
font-family: 'Roboto', sans-serif;
font-size: 1.6rem;
font-weight: 300;
}
Expand Down Expand Up @@ -305,4 +305,4 @@ footer p {
font-weight: 300;
font-size: 14px;
text-align: center;
}
}