blob: 7be54f9493c8430fb5e5dfca7c54f457defdc8e8 (
plain) (
blame)
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
|
<html>
<head>
<style>
body {
font-family: "Microsoft Sans Serif";
text-align: center;
}
h1 {
font-size: 9.75pt;
margin-top: 20px;
}
p {
font-size: 9.25pt;
margin-top: 0;
margin-bottom: 25px;
}
div {
border: 1px solid black;
width: 205px;
height: 305px;
}
</style>
</head>
<body>
<h1>Welcome to the Official 12padams website!!!</h1>
<p>The best customizations for your windows 95 computer</p>
<div class="software">
<h1>Games/Software</h1>
</div>
</body>
</html>
|