-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond_page.css
More file actions
50 lines (41 loc) · 802 Bytes
/
second_page.css
File metadata and controls
50 lines (41 loc) · 802 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
49
50
.container{
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
h2{
color:white;
}
#navigation{
background-color: black;
}
#whole_card{
margin-top:10px;
margin-left:290px;
box-shadow:0px 0px 50px 0px black;
border:3px solid #d9d9d9;
background-image: url("https://png.pngtree.com/thumb_back/fw800/back_pic/04/12/77/03581c88c20bfa1.jpg");
background-repeat:no-repeat;
background-size: cover;
height:650px;
width:500px
}
.input{
margin-left:20px;
}
.checkbox{
margin-top:20px;
float:left;
}
.itemList{
margin-left:20px;
}
.card-body{
overflow:scroll;
}