Skip to content

Commit 3fb4894

Browse files
Some stylings
create
1 parent 8e570f0 commit 3fb4894

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

Virtual Debit Card/VCD.css

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
/* Created by Meet Mehta */
2+
3+
body {
4+
background-color: green;
5+
}
6+
7+
.a
8+
{
9+
position:fixed;
10+
max-height:35%;
11+
min-height:35%;
12+
min-width:80%;
13+
top:30%;
14+
left:10%;
15+
background:linear-gradient(to right , blue, rgb(255,0,255));
16+
padding-top:0%;
17+
border-radius:5%;
18+
box-shadow:5px 5px 5px black;
19+
}
20+
21+
#space
22+
{
23+
margin-top:8%;
24+
}
25+
26+
#safe
27+
{
28+
position:fixed;
29+
bottom:3%;
30+
}
31+
32+
h3
33+
{
34+
margin-top:3%;
35+
text-align:center;
36+
}
37+
38+
#name
39+
{
40+
margin-left:3%;
41+
}
42+
43+
*
44+
{
45+
font-family:serif;
46+
font-weight:bold;
47+
color:rgba(255,255,255,1);
48+
}
49+
50+
#cvv1
51+
{
52+
position:absolute ;
53+
right:5.2%;
54+
}
55+
56+
#cvv2
57+
{
58+
position:absolute ;
59+
right:8.3%;
60+
}
61+
62+
#cvv3
63+
{
64+
position:absolute ;
65+
right:11.4%;
66+
}
67+
68+
.acc
69+
{
70+
font-size:1.5em;
71+
position:relative;
72+
top:-30px;
73+
left: -10px;
74+
}
75+
76+
#s1
77+
{
78+
position:absolute;
79+
bottom:2%;
80+
left:2%;
81+
float:left;
82+
}
83+
84+
#s2
85+
{
86+
position:absolute;
87+
bottom:2%;
88+
right:2%;
89+
float:right;
90+
}
91+
92+
#membership
93+
{
94+
position:absolute ;
95+
bottom:2%;
96+
left:22%;
97+
}
98+
99+
100+
#lbl1
101+
{
102+
position:absolute;
103+
right:15%;
104+
}

0 commit comments

Comments
 (0)