-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharacter.css
115 lines (113 loc) · 2.5 KB
/
character.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body{
background-color: rgb(45, 44, 44);
}
#main{
width: 100%;
height:1000px;
display: flex;
border: 3px solid black;
flex-direction: column;
justify-content: center;
.items{
/* width: 30px;
height: 30px; */
/* border: 2px solid black; */
background-image: url(blueluffy.png);
align-self: center;
flex-direction: row;
display: flex;
justify-content: center;
flex-wrap: wrap;
flex-direction: row;
/* margin: auto; */
}
.selcector{
align-self: center;
/* display: flex; */
transform: initial;
}
}
#item1{
height: 950px;
width: 65%;
box-shadow: 2px 2px 25px 25px rgb(12, 92, 251);
}
/* .zoom{
} */
#chopper:hover img {
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
#brook:hover img {
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
#franky:hover img {
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
#zoro:hover img {
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
#luffy:hover img {
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
#sanji:hover img {
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
#nami:hover img {
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
#ussop:hover img {
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
#robin:hover img {
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
.selcector:hover #robin{
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
.selcector:hover #ussop{
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
.selcector:hover #nami{
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
.selcector:hover #sanji{
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
.selcector:hover #luffy{
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
.selcector:hover #zoro{
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
.selcector:hover #franky{
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
.selcector:hover #brook{
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
.selcector:hover #chopper{
transform: scale(1.2);
border: 2px solid rgb(6, 78, 187);
}
#h1tag{
font-family: 'Pangolin', cursive;
position: absolute;
font-size: larger;
}