-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (57 loc) · 1.08 KB
/
style.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
body{
background: linear-gradient(to right, #405658,#64b5f6);
width: 500px;
height: 400px;
border: 3px solid black;
margin-top: 7%;
margin-left:32%;
padding: 50px;
}
.hi{
font-family:sans-serif;
font-weight: 500;
font-size: 50px;
color:aqua;
width: 150;
height: 50px;
left:20px;
position: relative;
left:40px;
bottom: 20px;
}
#gm{
font-family:sans-serif;
font-weight: 500;
position:relative;
left: 120px;
bottom :60px;
}
#lk{
font-family:sans-serif;
font-weight: 500;
height: 45px;
position:relative;
left: 118px;
bottom: 60px;
}
#pas{
font-family:sans-serif;
font-weight: 500;
position:relative;
left: 80px;
bottom:60px;
}
#gen{
font-family:sans-serif;
font-weight: 500;
position:relative;
left: 60 px;
bottom:40px;
}
.jk{
font-family:sans-serif;
font-weight: 500;
position: relative;
left: 190px;
background: linear-gradient(to top, #71b7e6,#9b5956);
}