-
Notifications
You must be signed in to change notification settings - Fork 0
/
quest.html
35 lines (35 loc) · 1.33 KB
/
quest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<html>
<head>
<title>AnimeRecommendation</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="metro/css/metro.min.css">
<link rel="stylesheet" href="metro/css/metro-icons.min.css">
<script scr="metro/js/metro.min.js"></script>
<script scr="main.js"></script>
</head>
<body>
<div class="grid">
<div class="row">
<div class="cell align-center">some background color</div>
</div>
<div class="row previous">
<div class="cell debug"><h5>Previous question</h5></div>
</div>
<div class="row">
<div class="cell debug align-center"><h1>Question</h1></div>
</div>
<div class="row">
<div class="flex-grid">
<div class="row flex-just-sa align-center">
<div class="cell debug answers"><h6>Answer 1</h6></div>
<div class="cell debug answers"><h6>Answer 2</h6></div>
<div class="cell debug answers"><h6>Answer 3</h6></div>
</div>
</div>
</div>
<div class="row">
<div class="cell align-center">some backround color</div>
</div>
</div>
</body>
</html>