-
Notifications
You must be signed in to change notification settings - Fork 0
/
sdtinstructionpage.css
118 lines (114 loc) · 2.34 KB
/
sdtinstructionpage.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
body{
margin: 0cap;
}
#rec13{
/* POSITION ABSOLURTE KARKE NAV KO UPAR NICHE KAR LENA BAKI JIJE CHANGE NHI HOGI */
/* position: absolute; */
background-color: #F0F6F3;
height: 60px;
/* width: 1105px; */
top: 49px;
left: 350px;
gap: 0px;
opacity: 0px;
display:flex;
flex-direction: row;
align-items: center;
}
#back{
background-color: #F0F6F3;
border: 0cm;
height: 50px;
margin-left: 20px;
}
#textname{
font-size: x-large;
padding-left: 50px;
}
#instructionbox{
position: absolute;
display: flex;
flex-direction:column;
align-items: center;
justify-content: center;
width: 1196px;
height: 920px;
top: 110px;
left: 170px;
gap: 0px;
opacity: 0px;
background: #F0F6F3;
box-shadow: 0px 4px 4px 0px #00000040;
}
#instructions{
position: absolute;
width: 1049px;
height: 197px;
top: 166px;
left: 100px;
gap: 0px;
opacity: 0px;
font-family: Fenix;
font-size: 23px;
font-weight: 400;
line-height: 25.69px;
text-align: left;
}
#insone{
position: absolute;
width: 191px;
height: 31px;
top: 64px;
left: 524px;
gap: 0px;
opacity: 0px;
font-family: Fenix;
font-size: 28px;
font-weight: 400;
line-height: 31.28px;
text-align: left;
box-shadow: 0px 4px 4px 0px #00000040;
}
#textname{
font-family: Calibri;
font-size: 25px;
font-weight: 700;
line-height: 30.52px;
text-align: left;
}
#startbut{
position:absolute;
display: flex;
align-items: center;
justify-content: center;
width: 135.39px;
height: 50.63px;
top: 935px;
left: 1083px;
gap: 0px;
opacity: 0px;
border: 1.5px 0px 0px 0px;
border-radius: 15%;
background-color: #F0F6F3;
border: 1.5px solid #0E371B;
box-shadow: 0px 2.0930233001708984px 2.0930233001708984px 0px #00000040;
}
#start{
width: 56px;
height: 23px;
top: 22.5px;
left: 62.25px;
gap: 0px;
opacity: 0px;
font-family: Calibri;
font-size: 18.75px;
font-weight: 700;
line-height: 22.89px;
text-align: left;
color: #528C6E;
}
#useless{
position: relative;
top:150px;
visibility: hidden;
}