-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
96 lines (93 loc) · 1.68 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
96
.container {
display: flex;
}
.leftside {
flex: 1;
margin-left: -10px;
margin-top: -8px;
font-family: Raleway;
background-color: #28292d;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.welcoming {
width: 450px;
}
.welcoming h2 {
color: #4ba8f7;
font-weight: 500;
line-height: 50px;
}
.rightside {
background-position: 100%;
flex: 1;
display: flex;
flex-direction: column;
background-color: #ffffff;
font-family: Raleway;
font-size: 30px;
height: 100vh;
/* position: fixed; */
color: #000000;
justify-content: space-between;
}
.music {
margin: 30px 0 0 80px;
font-family: Raleway;
font-weight: 300;
font-size: 10px;
}
.text {
margin-left: 80px;
background-image: url("../image/logo.png");
background-size: 420px 560px;
background-repeat: no-repeat;
background-position: right;
}
.welcome-text h2 {
font-family: Raleway;
font-weight: 300;
text-transform: uppercase;
font-size: 3rem;
}
.welcome-text h3 {
font-family: Raleway;
text-transform: uppercase;
font-weight: 200;
}
.btn {
margin-top: 30px;
}
.btn button {
width: 300px;
padding: 20px 0;
font-size: 1rem;
font-family: Raleway;
font-weight: 600;
border: none;
text-transform: uppercase;
background-color: #4ba8f7;
border-radius: 5px;
box-shadow: 0 0 20px #4ba8f7;
transition: all in 0.5s;
}
.btn button:hover {
cursor: pointer;
box-shadow: 0 0 40px #4ba8f7;
background-color: #2962ff;
}
.timer {
margin-bottom: -190px;
margin-left: 80px;
display: flex;
font-weight: 300;
justify-content: space-between;
font-size: 10px;
}
.img-container {
margin-left: 400px;
margin-bottom: 30px;
}