-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexno.html
65 lines (62 loc) · 1.11 KB
/
indexno.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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet" />
</head>
<body>
<div class="v1_58">
<span class="v1_59">Febrero Promocional</span>
<span class="v1_60">Productos selecionados con 33% de descuento</span>
<div class="name"></div>
</div>
</body>
</html> <br /><br />
<style>
* {
box-sizing: border-box;
}
body {
font-size: 14px;
}
.v1_58 {
width: 100%;
height: 170px;
background: url("../images/v1_58.png");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
margin: 16px;
opacity: 1;
position: relative;
top: 0px;
left: 0px;
overflow: hidden;
}
.v1_59 {
width: 751px;
color: rgb(31, 29, 163);
position: relative;
top: 0px;
left: 0px;
font-family: Raleway;
font-weight: Bold;
font-size: 52px;
opacity: 1;
text-align: left;
}
.v1_60 {
width: 751px;
color: rgb(116, 26, 26);
position: absolute;
top: 77px;
left: 0px;
font-family: Raleway;
font-weight: Bold;
font-size: 22px;
opacity: 1;
text-align: left;
}
.name {
color: blue;
}
</style>