-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_final.css
96 lines (91 loc) · 1.51 KB
/
style_final.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
84
85
86
87
88
89
90
91
92
93
94
95
96
body {
background-color: black;
font-family: 'Montserrat';
}
p {
display: inline ;
}
h1 {
color: white;
text-align:center;
}
div.item {
display: flex;
flex-wrap: wrap;
}
article.yeet {
color: white;
text-align:left;
margin-right: 180px;
margin-left: 180px;
}
article.yote {
color: white;
text-align:center;
padding: 20px;
max-width: 300px;
}
.flex-container {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: center;
}
.flex-containerzzz {
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
p.name{
color: #FFD90F;
display: inline;
}
.chater{
margin: auto;
max-width: 1000px;
width: auto;
height: auto;
}
.chater_subr{
align-self: right;
width: auto;
height: auto;
}
.chater_big{
margin: auto;
width: auto;
height: auto;
}
.chater_subl{
align-self: right;
width: auto;
height: auto;
}
.chater_liner{
margin: auto;
max-width: 950px;
align-self: center;
width: auto;
height: auto;
}
.source{
color: #666666;
text-align:left;
font-size: 14px;
margin-right: 180px;
margin-left: 138px;
}
.heat{
margin: auto;
width: 640px;
height: 640px;
align-self: center;
}
.banner{
margin-left: 120px;
width: 1000px;
align-self: center;
justify-content: center;
align-items: center;
}