-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 955 Bytes
/
index.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
<!doctype html>
<head>
<link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
<title>Green on Black Ltd</title>
<style>
body {
}
#screen-outer {
background: #ccc;
border: solid 1px #000;
width: 262px;
margin: auto 50px;
box-shadow: 0px 0px 5px 5px #ccc;
float: left;
}
#screen-inner {
background: #000;
color: #0f0;
font-size: 30px;
padding: 20px;
margin: 10px;
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<div id='screen-outer'>
<div id='screen-inner'>
Green<br>
on</br>
Black</br>
ltd
</div>
</div>
<p>We are a software consultancy based in Brighton, England. Our strengths are in solving complex problems and in visualising data.</p>
<p>If you want help, get in touch at <a href='mailto:[email protected]'>[email protected]</a>.</p>
<p>Our company number is 06342079 and we are registered at 65 Coventry Street, Brighton, England, BN1 5PP.</p>
</body>