-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
82 lines (82 loc) · 1.25 KB
/
style.css
File metadata and controls
82 lines (82 loc) · 1.25 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
body{
overflow: hidden;
}
.container{
position: relative;
top: 12pc;
left: 17pc;
}
.first-invisible-piece{
width: 10px;
height: 10px;
background-color: #ffffff;
position: relative;
top: 60px;
left: 60px;
z-index: 1;
}
.second-invisible-piece{
height: 10px;
width: 10px;
background-color: #ffffff;
position: relative;
top: 70px;
left: 80px;
z-index: 1;
}
.first-piece{
width: 30px;
height: 10px;
background-color: #EB0029;
position: relative;
top: 40px;
left: 75px;
}
.second-piece{
height: 30px;
width: 10px;
background-color: #EB0029;
position: relative;
top: 15px;
left: 80px;
}
.box{
width: 70px;
height: 70px;
border: 10px solid #EB0029;
text-align: center;
line-height: 4pc;
}
text{
color: #EB0029;
font-size: 3pc;
font-family: sans-serif;
font-weight: bolder;
}
logo{
font-family: sans-serif;
font-weight: bolder;
color: #EB0029;
font-size: 70px;
position: relative;
bottom: 5.5pc;
left: 7pc;
}
button{
position: relative;
top: 23pc;
border: none;
border-radius: 8px;
background-color: #272b33;
font-size: 20px;
color: white;
font-family: sans-serif;
}
img{
background-color: white;
border-radius: 20px;
}
plain-text{
position: relative;
bottom: 6px;
}