-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (77 loc) · 1.28 KB
/
style.css
File metadata and controls
96 lines (77 loc) · 1.28 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
/* ==HTML STUFF== */
html {
font-family: verdana;
font-size: 20px;
}
table, th, td, tr {
border: 1px solid black;
}
input, button {
margin-top: 5px;
margin-bottom: 5px;
}
body {
margin-left: 50px;
margin-right: 50px;
background-color: #a0a0a0;
}
table, th, td {
font-family: verdana;
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 15px;
}
th {
font-size: 25px;
}
fieldset {
font-size: 17px;
display: block;
border: 3px groove;
border-color: black;
}
/* ==FUNCTIONS== */
.first {
margin-bottom: 10px;
}
.login {
padding-top: 20px;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 20px;
background-color: tomato;
}
.div1 {
padding-left: 20px;
font-size: 15px;
}
.fieldset1 {
border: 2px;
display: block;
border-color: black;
}
.fieldset2 {
border: 1px groove;
}
/* ==ID's== */
#fieldset1 {
border: 2px groove;
}
#fieldset2 {
width: 25em;
border: 1px groove;
float: left;
}
#fieldset3 {
width: 25em;
border: 1px groove;
float: right;
}
#body_ausen {
background-color: #a0a0a0;
}
#delete_button {
color: red;
}