-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.css
49 lines (43 loc) · 753 Bytes
/
1.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
* {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
ul {
padding-inline-start: 0;
}
.Title {
margin: 50px auto;
display: block;
text-align: center;
}
.Glass-1 {
width: 1000px;
margin: auto;
border: 2px solid black;
border-radius: 10px;
padding: 20px;
}
.list-table {
list-style: none;
display: flex;
flex-wrap: wrap;
text-align: center;
justify-items: center;
}
.table {
width: 33.33%;
justify-content: center;
align-items: center;
}
.table img {
width: 120px;
height: 120px;
cursor: pointer;
text-align: center;
justify-content: center;
align-items: center;
}
.detail {
text-align: left;
margin-left: 50px;
}