-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (37 loc) · 857 Bytes
/
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
*{
padding: 0px;
margin: 0px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 70%;
}
td textarea {
padding: 8px;
width: 93%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
.btn-hidden{
border: 0px none;
outline: none;
margin-top: 60px;
}
.column {
float: left;
width: 40%;
padding: 10px;
height: 300px;
}
.row::after{
content: "";
display: table;
clear: both;
border-bottom: black solid;
width: fit-content;
}