-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathd.css
128 lines (108 loc) · 2.08 KB
/
d.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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
td{
border:2px solid black ;
width:180px;
padding:2px;
background-color: ghostwhite;
}
th{
border:2px solid black ;
width:inherit;
padding:2px;
}
body,h1{
margin:15px;
padding: 10px;
background-color:cadetblue;
}
#a
{
width=50%;
}
.table1{
}
input[type=number], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
width:100px ;
padding-right: ;
margin-right: 00px;
float:;
clear:both;
height:18px;
}
input[type=text], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
width:200px ;
padding-right: ;
margin-right: 00px;
float:right;
clear:both;
height:18px;
}
input[type=text]:focus, textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px;
border: 1px solid rgba(81, 203, 238, 1);
}
input[type=number]:focus, textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
padding: ;
margin: ;
border: 1px solid rgba(81, 203, 238, 1);
}
input{
}
.form{
padding: 25px;
padding-right: 10%;
padding-left: 10%;
}
.content{
padding: ;
margin-right:;
}
h4{
color: red;
font-style: italic;
}
.container{
background-color: darkgrey;
border-radius: 10px;
border:2px solid black ;
}
button, .abc{
background-color:#34495e;
padding: 5px;
width: 200px;
display: inline-block;
border-radius: 4px;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 16px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
button, .ab{
background-color:#34495e;
padding: 5px;
width: 300px;
display: inline-block;
border-radius: 4px;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 16px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}