-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (60 loc) · 996 Bytes
/
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
body{
background-color: whitesmoke;
overflow: hidden;
}
.blue-circle{
background-color: #0063DC;
width: 100px;
height: 100px;
border-radius: 50%;
position: relative;
top: 12pc;
left: 23.5pc;
display: inline-block;
}
.pink-circle{
background-color: #FF0084;
width: 100px;
height: 100px;
border-radius: 50%;
position: relative;
top: 12pc;
left: 23.5pc;
display: inline-block;
}
#text-logo{
display: flex;
position: relative;
top: 11.5pc;
left: 25pc;
}
.text-logo-flick{
font-size: 70px;
color: #0063DC;
font-weight: lighter;
font-family: Frutiger, fantasy;
}
.text-logo-r{
font-size: 70px;
color: #FF0084;
font-weight: lighter;
font-family: Frutiger, fantasy;
}
button{
position: relative;
top: 25pc;
border: none;
border-radius: 8px;
background-color: #272b33;
font-size: 20px;
color: white;
font-family: sans-serif;
}
img{
background-color: white;
border-radius: 20px;
}
text{
position: relative;
bottom: 6px;
}