-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStreamify.css
More file actions
77 lines (65 loc) · 1.13 KB
/
Streamify.css
File metadata and controls
77 lines (65 loc) · 1.13 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
body {
background-color: darkmagenta;
border: solid;
margin: 0 auto;
}
.navbar {
overflow: hidden;
background-color: #333;
border: solid;
}
.navbar a img {
width: 30px;
height: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
padding: 14px 16px;
text-decoration: none;
}
.navbar a:hover {
background-color: #ddd;
color: black;
}
.idk {
text-align: justify;
}
.idk2 {
display: flex;
text-align: justify;
justify-content: center;
}
ul li {
display: flex;
justify-content: center;
}
#img {
border-radius: 28px;
display: block;
margin: auto;
padding: 20px;
}
.navbar a img {
border-radius: 8px;
}
.idk3 {
border: solid;
background-color: #333;
transform: translateY(-525px);
}
.why {
transform: translateY(-576px);
border: solid;
width: 125px;
height: 550px;
background-color: #333;
margin-bottom: -60px;
}
.x {
transform: translatex(-29px);
align-items: center;
}