-
Notifications
You must be signed in to change notification settings - Fork 1
/
initial.css
38 lines (38 loc) · 854 Bytes
/
initial.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
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.name{
font-family: Roboto;
font-size: 70px;
font-weight: 250;
text-align: center;
}
.below{
font-family: Roboto;
font-size: 25px;
font-weight: 150;
text-align: center;
}
.login{
cursor: pointer;
padding: 0px 60px;
font-family: Roboto;
font-weight: 250;
text-align: center;
font-size: 25px;
background-color: #ffffff;
border-radius: 7px;
border: solid 1px ;
}
.signup{
cursor: pointer;
padding: 0px 53px;
font-family: Roboto;
font-weight: 250;
text-align: center;
font-size: 25px;
background-color: #ffffff;
border-radius: 7px;
border: solid 1px ;
}
.clicked{
background-color: #8c81cc
}