-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzoro.css
93 lines (85 loc) · 1.56 KB
/
zoro.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
body{
background-color: rgb(48, 54, 162);
}
.con-one{
display:flex;
flex-direction:column;
width: 30%;
height: 680px;
border: 4px solid black;
background-color:rgb(55, 202, 55);
padding-left: 13px;
align-items:first baseline;
}
.the-king{
width: 80%;
border: 3px solid black;
margin-left: 7px;
display: flex;
align-items:first baseline;
}
.black-leg{
width: 70%;
border: 3px solid black;
margin-left: 7px;
display: flex;
align-items:first baseline;
}
hr{
border: 2px solid black;
width:95%;
}
.span-zoro{
color:whitesmoke;
}
.nbza{
color: whitesmoke;
}
.nbza-b{
list-style: none;
padding-left: 5px;
}
.frist{
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
cursor: pointer;
border: 3px solid black;
margin: 8px;
margin-bottom: 15px;
margin-right: 15px;
width: 94%;
}
.second{
margin-right: 10px;
padding-left: 5px;
margin-top: 15px;
border: 3px solid black;
}
.con-two{
display:flex;
flex-direction:column;
width: 30%;
height: 680px;
border: 4px solid black;
background-color:rgb(233, 48, 48);
padding-left: 13px;
align-items:first baseline;
margin-left: 20px;
}
.con-three{
display:flex;
flex-direction:column;
width: 30%;
height: 680px;
border: 4px solid black;
background-color:rgb(233, 48, 48);
padding-left: 13px;
align-items:first baseline;
margin-left: 20px;
}
.con-comp{
display: flex;
flex-direction: row;
justify-content: space-between;
}