-
Notifications
You must be signed in to change notification settings - Fork 1
/
signup.css
53 lines (48 loc) · 907 Bytes
/
signup.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
.text-center {
text-align: center;
color: white;
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}
body {
background-color: black;
overflow: auto;
font-family: 'Courier New', Courier, monospace;
font-weight: bolder;
}
.form1 {
overflow: auto;
}
#content1 {
height: 80%;
width: 95%;
position: fixed;
overflow-x: hidden;
overflow-y: auto;
left: 0;
padding-top: 20px;
margin-left: 2.5%;
background-color: #1eb1c1;
border-radius: 50px;
}
.label2, .label1 {
margin-left: 15%;
font-size: x-large;
font-weight: bold;
overflow: auto;
}
.inp {
font-size: large;
overflow: auto;
margin-left: 30px;
}
.addbutton{
margin-top: 10%;
margin-left: 50%;
}
::placeholder {
font-family: 'Courier New', Courier, monospace;
}
button {
font-family: 'Courier New', Courier, monospace;
}