-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcards.html
23 lines (23 loc) · 1.15 KB
/
cards.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<title>New Tab</title>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="cards.css">
</head>
<body>
<div class="container">
<div class="row pt-5">
<div class="col-md-2"> </div>
<div class="col-md-8 white-background text-center py-5 quotebox">
<h1 class="mb-3 Montserrat animated" id="flashCard">fwfw</h1>
<h4 class="mb-3 Montserrat animated" id="subtext">fwfw</h4>
<i class="fa fa-microphone" aria-hidden="true" style="font-size: 20px"></i>
</div>
</div>
</div>
<button class="btn btn-primary animated" id="quiz-button">Quiz Time!</button>
</body>
<script src="jquery-3.3.1.js"></script>
<script src="cards.js"></script>