forked from salesforceidentity/MyDomain-Sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mydomain.html
39 lines (31 loc) · 936 Bytes
/
mydomain.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 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>My Domain</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'>
<style>
body {
background: url(./destaco.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Roboto Condensed', sans-serif;
}
.content {
color:white;
margin-top:0px;
margin-left:40px;
margin-right:40px;
margin-bottom:40px;
padding: 20px;
background: #444;
background: rgba(0, 0, 0, 0.3);
text-align: left;
}
</style>
</head>
<body>
</body>
</html>