-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDelete_Style.css
83 lines (81 loc) · 1.12 KB
/
Delete_Style.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
71
72
73
74
75
76
77
78
79
80
81
82
83
h1
{
margin: 5;
padding: 0 0 20px;
font-size: 40px;
text-align: center;
font-family: cursive;
}
body
{
background:url(background.jpg);
}
#view_table
{
color: black;
position: absolute;
left:350px;
text-align: center;
border:3px solid black;
background-color:black;
width: 700px;
font-weight: bold;
text-align: center;
font-size: 25px;
}
#view_table th
{
background-color:indigo;
}
#view_table tr
{
background-color: blueviolet;
}
#logout
{
position: absolute;
right: 15%;
}
#home
{
width: 40px;
height: 40px;
position:absolute;
right: 15%;
top:60px;
}
#del
{
margin-top: 10px;
margin-bottom: 10px;
width: 200px;
height: 40px;
background-color: rgba(0,0,0,0.712);
color: #fff;
padding: 0;
font-size: 20px;
border-radius: 20px;
font-family: Arial;
}
#del:hover
{
box-shadow:3px 3px 5px black;
cursor: pointer;
}
#select
{
width: 30px;
height: 30px;
margin:5px;
outline: none;
}
#home:hover
{
width: 43px;
height: 43px;
}
#logout:hover
{
width: 43px;
height: 43px;
}