-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
44 lines (33 loc) · 1.72 KB
/
test.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
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Assingment</title>
<link href="https://ucertify.com/layout/themes/bootstrap4/ux/css/uc_global.css" rel="stylesheet">
<link href="https://www.ucertify.com/layout/themes/bootstrap4/ux/css/main_sass/main.css" rel="stylesheet">
<link href="https://www.ucertify.com/layout/themes/bootstrap4/ux/css/bootstrap4.css" rel="stylesheet">
<link href="https://www.ucertify.com/utils/?util=icomoon" rel="canonical">
<link href="https://www.ucertify.com/layout/themes/bootstrap4/ux/css/bootstrap4.min.css" rel="stylesheet">
<!--New rel-->
</head>
<body>
<div class="planner_nav_first_tab btn btn-group">
<a class="btn btn-light tabactive px-3 bg-secondary text-white">
<span class="d-xl-inline-block d-none ml icomoon-roster-sm">Roster</span>
</a>
<a class="btn btn-light tabactive px-3">
<span class="d-xl-inline-block d-none nav_text icomoon-project-management-44px icomoon-24px-settings">Lessons</span>
</a>
<a class="btn btn-light tabactive px-3">
<span class="d-xl-inline-block d-none nav_text icomoon-reports-sm icomoon-testprep-or-practice-test">Practice</span>
</a>
<a class="btn btn-light tabactive px-3">
<span class="d-xl-inline-block d-none nav_text icomoon-add-license-enroll-sm icomoon-24px-settings-1">Prepengine</span>
</a>
<a class="btn btn-light tabactive px-3">
<span class="d-xl-inline-block d-none nav_text icomoon-add-license-enroll-sm icomoon-add-license-enroll-sm">Analytics</span>
</a>
</div>
</body>
</html>