-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNumber.css
More file actions
67 lines (64 loc) · 1.04 KB
/
Number.css
File metadata and controls
67 lines (64 loc) · 1.04 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
body {
font-family: Arial, sans-serif;
text-align: center;
background: linear-gradient(to right, #ffcc70, #ff8177);
color: #333;
}
.head{
color: red;
}
button {
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
}
#p2{
font-size: 25px;
color: #0a4ac9;
font-family: Courier New ;
font-weight: bolder;
}
#p4{
font-size: 23px;
color: #e7220e;
margin-top: 49px ;
}
#p1{
font-size: 20px;
color: #0a4ac9;
font-weight: bolder;
}
#input{
border-radius: 7px;
padding: 5px 4px;
color: #000000;
color: #0a4ac9;
}
#subbton a{
text-decoration: none;
}
.p4container {
background-color: #f0f8ff; /* light blue background */
border: 2px solid #0077b6; /* deep blue border */
border-radius: 10px;
padding: 2px 2px;
margin: 10px auto;
max-width: 300px;
box-shadow: 0 4px 8px #3506ae;
text-align: center;
}
.phone{
font-size: 20px;
font-weight: bolder;
}
#p5{
font-size: 20px;
font-weight: bolder;
}
#inputnum{
padding: 2px 5px;
border: none;
border-radius: 7px;
outline-color: blue;
color: blue;
}