forked from makesmatheasy/makesmatheasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
study.html
31 lines (27 loc) · 1.03 KB
/
study.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1,minimum-scale=1">
<title>Makes Math Easy-Study</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/simplecal.css">
</head>
<body>
<table style="height:100%;width:100%;position: fixed; top: 0; bottom: 0; left: 0; right: 0;">
<tr style="height: 10%;background-color: red;">
<td>Region</td>
</tr>
<tr style="height: 80%;background-color: brown;overflow-y: auto;white-space: nowrap;max-width: 100%;">
<td>
<div>
dsafsdsdkaskdsjaskdjkasjdjaskdjkasjfdsdksdjkasjkddfdskfjadskjfkadsjfkjasdjflaskdfjkasjfdsfkjsdfkjsadfaskjdfjsdkfkjsadkfjaskdjfkldsjfklsadjaskljkj
</div>
</td>
</tr>
<tr style="height: 10%;background-color: red;">
<td>100.00%</td>
</tr>
</table>
</body>
</html>