forked from luisSuela/Stranger-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVisa.css
126 lines (83 loc) · 1.44 KB
/
Visa.css
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
89
90
91
92
93
94
body{
background-color: darkslategrey;
cursor: pointer;
}
.box{
border: 1px solid black;
height: 240px;
width: 400px;
margin: 50px auto;
margin-top: 90px;
background: url(map.jpg);
background-size: cover;
border-radius: 8px;
box-shadow: 2px 4px 18px 5px;
color: currentColor;
opacity: 0.8;
}
.box:hover{
box-shadow: 3px 6px 28px 7px;
}
img{
position: absolute;
left: 56%;
top:13%;
}
.chip{
position: absolute;
left: 36.5%;
top: 26%;
}
h{
font-family: kelly slab,cursive;
color: wheat;
font-size: 28px;
position: absolute;
left: 37%;
top:36%;
letter-spacing: 6px;
}
h1{
font-family: kelly slab,cursive;
color: wheat;
font-size:12px;
position: absolute;
left: 37%;
top:40%;
font-weight: normal;
opacity: 0.2;
}
h4{
width: 10px;
font-family: kelly slab,cursive;
color: wheat;
font-size:12px;
position: absolute;
left:50%;
top:40%;
font-weight: normal;
line-height:-10px;
opacity: 0.3;
}
t{
font-family: kelly slab,cursive;
color: wheat;
position: absolute;
left:52%;
top:43.4%;
letter-spacing:2px;
}
h2{
font-family: kelly slab,cursive;
color: wheat;
font-weight: normal;
position: absolute;
left: 37%;
top:43%;
letter-spacing: 3px;
}
.mastercard{
position: absolute;
left: 57%;
top: 41%;
}