-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles2.css
79 lines (70 loc) · 1.04 KB
/
styles2.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
body{
background-image: url(../images/write.jpg);
height: 100%;
height:97vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow-y: hidden;
}
#myDIV2{
display: none;
}
#myDIV3{
display: none;
}
.addrevh{
margin-top: 10%;
margin-left: 30%;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.zero{
margin-left: 18%;
margin-top: 5%;
}
.one
{
margin-left: 28%;
margin-top: 5%;
}
.two
{
margin-left: 18%;
margin-top: 5%;
}
.sub{
margin-top: 15%;
margin-left:-25%;
}
.next{
margin-top: 5%;
margin-left: 45%;
}
.rate{
margin-top: 10%;
margin-left: 30%;
}
.l1{
margin-bottom: 3%;
}
.l2{
margin-bottom: 9%;
}
a {
text-decoration: none;
display: inline-block;
padding: 8px 16px;
margin-top: 1%;
margin-left: 1%;
}
a:hover {
background-color: #ddd;
color: black;
}
.previous {
background-color: #7605b8;
color: white
}
.round {
border-radius: 50%;
}