-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (45 loc) · 784 Bytes
/
style.css
File metadata and controls
45 lines (45 loc) · 784 Bytes
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
body {
background-color: black;
color: white;
font-family: sans-serif;
font-weight: lighter;
}
.about_life {
font-weight: lighter;
border: transparent;
width: 521px;
}
.about_installation-container {
justify-content: space-around;
display: flex;
}
.installation {
font-weight: lighter;
border: transparent;
width: 521px;
}
.iOS {
height: 112px;
cursor: pointer;
}
@keyframes important {
from {
transform: translateX(-900px);
}
to {
transform: translateX(0px);
}
}
.syntaxes {
animation: important 2s ease;
}
.QR-codebtn {
height: 27px;
width: 184px;
font-size: medium;
border: none;
border-radius: 7px;
cursor: pointer;
color: white;
background: transparent;
}