Skip to content

Commit e70989a

Browse files
committed
rename css
1 parent f148743 commit e70989a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ a {
1515
main {
1616
max-width: 600px;
1717
}
18+
1819
img {
1920
max-width: 100%;
2021
}
2122

22-
form {
23-
24-
}
25-
2623
input, label, textarea, button {
2724
margin: 15px 0;
2825
width: 100%;
@@ -33,13 +30,20 @@ input, label, textarea, button {
3330
input, textarea {
3431
border: solid 1px #7b7b7b;
3532
}
33+
3634
input:focus, textarea:focus {
3735
outline: 0;
3836
}
3937

4038
textarea {
4139
min-height: 400px;
4240
}
43-
button {
41+
42+
button, input[type="submit"] {
4443
cursor: pointer;
4544
}
45+
46+
.vote {
47+
width: 100px;
48+
margin: 0 0 40px;
49+
}

0 commit comments

Comments
 (0)