forked from hngi/Triptolemus-finance-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.css
84 lines (84 loc) · 1.56 KB
/
signup.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
body{
max-width: 100%;
height: auto;
font-family: 'Raleway Regular', arial;
color: #373737;
font-size: 70%;
}
h1 img{
margin-top: 1em;
width: 60%;
}
h1{
font-size: 2.5em;
text-align: center;
font-weight: 500;
}
p{
text-align: center;
font-size: 1em;
font-weight: 500;
}
a{
text-transform: capitalize;
color: #022EC1;
}
a:hover, a:focus{
text-decoration: none;
color: rgb(33, 82, 243);
}
form{
margin-top: 4em;
}
.btn{
text-transform: uppercase;
background: #022EC1;
color: #FFFFFF;
font-size: 1em;
padding: 1em;
font-weight: 600;
margin-top: 1em;
}
.btn:hover, .btn:focus{
cursor: pointer;
background: rgb(33, 82, 243);
}
@media screen and (min-width: 47.5em){
body{
font-size: 100%;
}
.mobile{
display: none;
}
h1{
text-align: unset;
margin-left: 25%;
margin-top: 1.5em;
}
.pattern{
background: url('https://res.cloudinary.com/taofeeq/image/upload/v1569272984/TriptoTracker/pattern_xfwn22.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
form{
margin: 3em auto;
font-size: 80%;
}
.btn{
font-weight: 400;
font-size: 0.8em
}
}
@media screen and (min-width:64em){
body{
font-size: 120%;
}
h1{
margin-left: 30%;
}
.tab-pc{
max-width: 90em;
margin: auto;
}
}