-
Notifications
You must be signed in to change notification settings - Fork 33
/
messageeeusss.css
63 lines (56 loc) · 1.05 KB
/
messageeeusss.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
.input-style {
width: 67%;
padding: 18px 32px;
margin-left:20%;
box-sizing: border-box;
border: none;
background-color:yellowgreen;
color: black;
font-size: 16px;
}
input[type=text]:focus, textarea:focus,button:focus{
outline: 4px solid orange;
background-color:rgb(224, 255, 219); /* oranges! yey */
}
textarea
{
height: 264px;
font-size: 17px;
}
.button {
background-color: white; /* Green */
border: none;
color: black;
padding: 12px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
margin-left:20%;
font-size: 19px;
}
.button:hover {
background-color: #555555;
color: white;
z-index: 1;
overflow: hidden;
}
hr
{
width: 69%
}
h3
{
text-align: center;
color: white;
}
.contact{
min-height: auto;
padding-bottom: 7rem;
}
.contact .heading{
padding-bottom: 2rem;
}