-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugfly.html
55 lines (54 loc) · 920 Bytes
/
plugfly.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
45
46
47
48
49
50
51
52
53
54
55
<html>
<head>
<link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset/reset.css" />
<style>
#container{
width:11in;
height:8.5in;
text-align:center;
position:relative;
}
h1{
font-family:sans-serif;
font-size:0.75in;
}
#PLUG{
font-family:sans-serif;
font-weight: bold;
font-size: 0.75in;
margin-bottom:0.35in;
}
#date{
margin-bottom:0.5in;
}
#site{
font-weight:bold;
font-size:0.9in;
position:absolute;
bottom:10px;
margin: 0 0 0 50%;
left:-420px
}
h5{
font-size:0.4in;
margin:0.3in 0;
}
li{
font-size:0.75in;
line-height:1.2em;
}
</style>
</head>
<body>
<div id="container">
<h1 id="PLUG">Panther Linux User Group</h1>
<h1 id="date">October 18, 7pm @ ECS243</h1>
<h5>Topics</h5>
<ul>
<li>Creating Sandboxes for Net Security Testing</li>
</ul>
<h5>Funded by CSO, Open to all FIU students and curious individuals</h5>
<h1 id="site">http://plug.cs.fiu.edu</h1>
</div>
</body>
</html>