-
Notifications
You must be signed in to change notification settings - Fork 2
/
inboxsty.css
60 lines (54 loc) · 985 Bytes
/
inboxsty.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
p{
font-size:26px;
color:red;
float: left;
}
.wrap{
background-color:white;
padding:120px ;
font-size:62px;
color:#888;
width:320px;
height:600px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
margin: 250px auto;
text-align:center;
border-radius:30px;
}
input{
font-family:'Ubuntu';
font-weight:300;
border:0;
border-bottom:1px solid #ff5407;
width:100%;
height:36px;
font-size:26px;
}
textarea{
font-family:'Ubuntu';
font-weight:300;
border:0;
border-bottom:1px solid #ff5407;
width:270px;
height:100px;
font-size:26px;
padding:30px;
}
input:focus ,textarea:focus{
outline:none;
box-shadow:none;
background:#ffeae2;
}
button{
font-size: 16px;
border:0;
background:transparent;
padding:20px;
margin-top:50px;
position:relative;
outline:0;
border-radius:30px;
background:#a0a0a0;
color:#fff;
float:center;
}