Skip to content

Commit

Permalink
style: add button at the end page
Browse files Browse the repository at this point in the history
  • Loading branch information
IvyJeptoo committed Feb 6, 2022
1 parent f8ad1c0 commit 6b66a79
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=PT+Serif:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<title>Kenya quiz</title>
</head>
<body>
<section>
<!-- <section>
<div class="knowkenya">
<h1>
How well do you know Kenya?
Expand All @@ -29,7 +30,7 @@ <h3>
</h2>
</div>
</section>
</section> -->

<!-- questions section -->
<section>
Expand Down Expand Up @@ -114,8 +115,10 @@ <h3>

</div>
</div>
</div>
<div class="button">
<button type="submit">Submit</button>
</div>

</form>
</section>

Expand Down

0 comments on commit 6b66a79

Please sign in to comment.