-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (83 loc) · 1.77 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
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
/* font for the welcoming */
*{
padding: 0;
margin: 0;
}
body{
background-color: #06193A;
}
.image{
/* border: 2px solid yellow; */
display: flex;
justify-content: center;
}
.welcoming-image{
height: 243px;
width: 213;
/* padding: 10px; */
/* margin: 102px 0px 0px 60px; */
margin: 102px 0px 0px 0px;
}
.welcoming-text{
display: flex;
justify-content: center;
} /*in case of any layout issues comment this class*/
.welcoming-text-decor{
color: white;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 4vh;
word-spacing: 3px;
/* margin: 45px 0px 0px 25px; */
margin: 45px 0px 0px 0px;
}
.button-parent-div{
display: flex;
justify-content: center;
}
.button_link{
text-decoration: none;
color: black;
}
.button{
background-color: #FFFFFF;
height:58px;
width: 276px;
border-radius: 30px;
/* margin: 77px 0px 0px 42px; */
margin: 77px 0px 0px 0px;
display: flex;
}
.register-decor{
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 450;
font-style: normal;
font-size: 3vh;
letter-spacing: 1px;
padding: 13px;
margin: 0px 0px 0px 40px;
}
.arrow{
width: 90px;
}
.login-text-decor{
color: #FFFFFF;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 350;
font-style: normal;
letter-spacing: 0.5px;
word-spacing: 1px;
font-size: 2vh;
display: flex;
justify-content: center;
margin: 19px 0px 0px 0px;
}
.login-span-text-decor{
/* text-decoration: none; */
margin: 0px 0px 0px 4px;
}