-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
70 lines (68 loc) · 1.4 KB
/
index.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
body{
font-family:'poppins',sans-serif ;
/* background-image: url('j.jpg'); */
/* background-color: rgba(69, 18, 99, 0.6); */
}
header div.row{
background-color: rgb(4, 4, 73);
display :flex;
color:white;
}
.search{
flex:1;
/* padding-top: 5px; */
margin-top:20px;
margin-left: 500px;
}
.h1d{
flex:1;
margin-left: 35px;
}
n{
flex:1;
margin-top:20px;
padding-left: 250px;
}.bb{
background-color : green;
color:white;
margin:2px;
padding:3px;
}
.add{
display:none;
/* display:flex;
flex-direction:column; */
background-color: #f4f4f4;
}
ul{
display:flex;
flex-direction: column;
list-style-type: none;
border:1px solid #34495e;
margin-top: 0px;
flex-wrap: wrap;
cursor:pointer;
}
li{
border: 1px;
background-color: #f4f4f4;
margin:5px;
padding:15px;
}
.bb .a{
margin:3px;
padding:5px;
}
button.btn{
margin-left: 500px;
padding-left: 4px;
color:white;
background-color: orangered;
font-size: 20px;
}
#11{
margin-left: 1000px;
}
.invalid{
border-color: orangered;
}