-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStore.css
More file actions
48 lines (42 loc) · 760 Bytes
/
Store.css
File metadata and controls
48 lines (42 loc) · 760 Bytes
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
*{
font-family: "Pixelify Sans", sans-serif;
padding: 0;
margin: 0;
background-color: #0D0D0D;
color: wheat;
font-size: 25px;
}
.itens-store{
display: flex;
flex-wrap: wrap;
}
.itens-store img{
width: 150px;
height: 150px;
border: 1px solid;
margin: 15px;
border-radius: 10px;
}
h2{
margin-left: 250px;
margin-top: 100px;
}
#itens-atrib{
position: fixed;
width: 450px;
height: 850px;
margin-left: 850px;
top: 145px;
text-align: center;
}
#itens-atrib img{
width: 250px;
height:200px ;
border-radius: 15px;
border: 1px solid rgb(196, 142, 241);
}
#itens-atrib p {
color: rgb(177, 104, 184);
text-align: center;
font-size: 20px;
}