-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
32 lines (29 loc) · 720 Bytes
/
style.css
File metadata and controls
32 lines (29 loc) · 720 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
#Form {
border: 2px solid black;
width: 300px;
padding: 15px;
margin: 20px auto;
background-color: lightgrey;
}
table {
border-collapse: collapse;
}
td, th {
border: 1px solid black;
padding: 5px;
}
#b {
margin-top: 10px;
padding: 8px;
width: 100%;
background-color: lightblue;
font-size: 15px;
cursor: pointer;
}
.delete-btn {
background-color: red;
color: white;
border: none;
padding: 5px 10px;
cursor: pointer;
}