-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign.css
49 lines (46 loc) · 878 Bytes
/
sign.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
h3{
text-align: center;
}
body{
}
.topcont{
margin: auto;
margin-left: 450px;
width: 50%;
}
.botcont{
margin: auto;
margin-left: 300px;
width: 50%;
}
h3{
font-family: 'Cairo', sans-serif;
}
p{
font-size: 220%;
font-family: Times New Roman;
color: rgba(27, 18, 57,1);
}
input[type=text],input[type=password],input[type=email],input[type=radio], select {
width: 40%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
align-content: center;
}
input[type=submit], input[type=button]{
width: 30%;
background-color: #0077b5;
font-family: Times New Roman;
font-size: 25px;
color: black;
padding: 14px 20px;
margin: 8px 0px;
border: none;
border-radius: 4px;
cursor: pointer;
align-content: center;
}