forked from IndiaPost/indiapost.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 971 Bytes
/
index.html
File metadata and controls
35 lines (33 loc) · 971 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
<!DOCTYPE html>
<html>
<head>
<meta content="HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.15), see www.w3.org" name="generator">
<style type="text/css">
html, body {
background: #fff;
background-image: url("http://subtlepatterns.com/patterns/ricepaper_v3.png");
background-image:
margin: 0;
padding: 0;
}
div {
padding: 0px;
border: 0px solid #eee;
/* Center with known width/height */
box-sizing: border-box; /* So we don't have to think about border/padding */
width: 400px;
height: 400px; /* You don't have to set the height - but it won't be 100% centered vertically */
position: absolute;
left: 50%;
top: 50%;
margin: -200px 0 0 -200px; /* 50px = half of height, 140px = half of width */
}
</style>
<title>Cochin University of Science and Technology</title>
</head>
<body>
<div>
<a href="#"><img alt="" src="https://avatars0.githubusercontent.com/u/3580322"></a>
</div>
</body>
</html>