-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (49 loc) · 947 Bytes
/
Copy pathindex.html
File metadata and controls
58 lines (49 loc) · 947 Bytes
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html>
<meta charset="UTF-8">
<style type="text/css">
body {
margin: 0 1em;
font-family: sans-serif;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
#content {
max-width: 75em;
margin: 2em auto;
}
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
background-color: blue;
}
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
padding-top: 75%;
}
span.small {
font-variant: small-caps;
}
summary.small {
font-variant: small-caps;
}
</style>
<body>
<h1><strong><a href="./noconcon/index.html">NoConCon Resource Library</strong></h1>
<p> </p>
<h1><strong><a href="./immigration.html">Immigration Resources</strong></h1>
<p> </p>
</body>
</html>