-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.css
51 lines (46 loc) · 780 Bytes
/
App.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
.App {
text-align: center;
background-color:#1e2931;
height: 200vh;
}
.para1{
color: white;
text-align:left;
margin: 10px;
line-height: 5px;
padding-left: 5px;
/* width: auto; */
}
.adminBox{
display: grid;
/* justify-content: center; */
/* position: relative; */
/* margin: auto; */
width:80%;
padding-left:5vw;
grid-template-columns:1fr 1fr 1fr 1fr ;
}
.card{
background-color: #1e2931;
width: 260px;
height: 360px;
box-shadow: 0px 0px 10px;
margin: 20px;
}
.Image{
width: 260px;
height: 300px;
}
.searchSpace{
height:90px;
}
.SearchName {
width:70vw;
height:40px;
/* border:2px solid black; */
text-align: center;
font-size:15px;
/* outline: 1px solid white; */
/* border-radius: 5px; */
margin: 25px;
}