-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwelcome.css
More file actions
85 lines (67 loc) · 1.3 KB
/
welcome.css
File metadata and controls
85 lines (67 loc) · 1.3 KB
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
/* body {
transform: scale(0.8);
transform-origin: 0 0;
} */
#website-title {
width: 380px;
height: 147.75px;
top: 64px;
left: 82px;
position: absolute;
color: #000000;
font-family: 'Inter', sans-serif;
font-size: 32px;
font-weight: 900;
line-height: 43.36px;
letter-spacing: 0;
text-align: left;
}
h1 {
width: 658px;
height: 322px;
top: 152px;
left: 82px;
position: absolute;
color: #000000;
font-family: 'Inter', sans-serif;
font-size: 65px;
font-weight: 60;
line-height: 80px;
letter-spacing: 200;
text-align: left;
}
#description {
width: 658px;
top: 462px;
left: 82px;
position: absolute;
color: #000000;
font-size: 30px;
text-align: left;
}
#login {
top: 560px;
position: absolute;
color: #ffffff;
background-color: blue;
left: 82px;
width: 162.43px;
height: 44px;
}
#icon {
float: right;
box-sizing: border-box;
margin-bottom: 50px;
width: 34px;
height: 34px;
margin: 47px;
}
#cover {
float: right;
box-sizing: border-box;
width: 810px;
height: 643px;
clear: right;
margin-right: 200px;
margin-bottom: 200px;
}