-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-old.html
88 lines (75 loc) · 2.2 KB
/
index-old.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Comunione e Cresima di Elisabetta" />
<meta property="og:image:secure_url" itemprop="image" content="https://neo7bf.github.io/bambina.jpg">
<meta property="og:image" itemprop="image" content="https://neo7bf.github.io/bambina.jpg">
<meta property="og:site_name" content="Invito di Elisabetta">
<meta property="og:description" content="Questo è l'invito per la mia festa" />
<meta property="og:type" content="website" />
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
<meta property="og:updated_time" content="1440432930" />
<meta property="og:url" content="www.google.it">
<meta property="og:url" content="https://www.google.it">
<style>
body, html {
height: 100%;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
* {
box-sizing: border-box;
}
.bg-image {
/* The image used */
background-image: url('https://neo7bf.github.io/prima-comunione.jpg');
/* Add the blur effect */
filter: blur(3px);
-webkit-filter: blur(3px);
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
color: rgb(212,175,55);
font-weight: bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 80%;
padding: 20px;
text-align: center;
}
img.media-imgs
{
-webkit-border-radius: 141px;
-webkit-box-shadow: 0 0 18px rgba(220,220,220,0.5);
}
/*
img.media-imgs:hover
{
-webkit-animation-name: greenPulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-box-shadow: 0 0 18px #91bd09;
}*/
</style>
</head>
<body>
<div class="bg-image"></div>
<div class="bg-text">
<img class="media-imgs" src="https://neo7bf.github.io/bambina.jpg">
<h2>Blurred Background</h2>
<h1 style="font-size:50px">I am John Doe</h1>
</div>
</body>
</html>