-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvisuals.css
83 lines (67 loc) · 989 Bytes
/
visuals.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
#instagramData h1,
#netflixData h1 {
text-align: center;
}
img {
width: 50%;
}
.row {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 10%;
}
#instagramData img:nth-of-type(1) {
margin-top: -10%;
margin-bottom: -10%;
}
p {
padding: 5%;
}
.row:nth-of-type(2),
#netflixData p {
width: 70%;
text-align: center;
margin: auto;
}
#netflixData p {
margin-bottom: -5%;
}
.circle,
.circle2,
.circle3 {
/* width: 500px;
height: 500px; */
line-height: 500px;
border-radius: 50%;
font-size: 50px;
color: #fff;
text-align: center;
background: #000;
vertical-align: middle;
font-size: 4em;
}
.circle {
width: 303px;
height: 303px;
text-align: center;
margin: auto;
padding-bottom: 50% !important;
}
.circle2 {
width: 300px;
height: 300px;
text-align: center;
}
.circle2 p,
.circle p {
padding-top: 30%;
}
.circle3 {
width: 550px;
height: 550px;
}
.column {
text-align: center;
margin: auto;
}