forked from Conorc1000/fac6d1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.css
56 lines (44 loc) · 838 Bytes
/
app.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
h1 {
text-align: center;
font-family: "Helvetica", sans-serif;
font-size: 55px;
font-style: bold;
padding: 5px;
margin-top: 0.5em;
margin-bottom:-0.3em;
}
p {
text-align: center;
font-family: "Helvetica", sans-serif;
font-size: 20px;
font-style: italic;
padding: 8px;
background: rgba(0,0,0,0.5);
}
h2 {
font-family: "Helvetica", sans-serif;
}
form {
background: url('http://pbs.twimg.com/media/BmvqIrpIQAA59fd.jpg');
background-size: cover;
padding: 10px;
color: ;
}
body {
max-width: 900px;
padding: 20px;
margin: 0 auto;
}
@media (max-width: 900px) {
h1 {
font-size: 36px;
padding: 5px;
}
}
input[type="activity"] {
display: inline;
}
input[type="submit"] {
background: rgb(0,0,0,1);
color: black;
align: center;