-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
61 lines (59 loc) · 1 KB
/
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
body {
background-image: linear-gradient(135deg, orange 60%, cyan);
font-family: "Bungee", cursive;
font-family: "Ubuntu", sans-serif;
}
#heading {
text-align: center;
font-family: "Bungee", cursive;
}
.main {
border: 2px solid black;
text-align: center;
width: 800px;
margin: auto;
background-image: linear-gradient(#9ee949, #66a6ff);
}
.inp {
min-width: 300px;
height: 20px;
}
#submit-btn {
margin: 30px;
height: 30px;
width: 120px;
background-color: brown;
cursor: pointer;
}
.lable {
font-weight: bold;
letter-spacing: 2px;
font-size: 18px;
}
#data {
border: 2px solid rgb(37, 15, 15);
width: 800px;
min-height: 400px;
margin: auto;
text-align: center;
}
th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
padding-left: 70px;
padding-right: 71px;
border-collapse: collapse;
margin: 20px;
}
.addtd {
font-weight: bold;
letter-spacing: 2px;
margin: 30px;
}
.btnX {
background-color: red;
width: 60px;
height: 30px;
cursor: pointer;
}