First Commit
[kimblog.git/.git] / css / post.css
1 html{
2         background: aliceblue;
3 }
4 .title{
5         margin:auto;
6         display:block;
7         width:80%;
8         border-radius: 10px;
9 }
10 .content{
11         margin:auto;
12         display:block;
13         font-family: Verdana;
14         width:80%;
15         border-radius: 10px;
16 }
17 label{
18         margin-left:10%;
19         font-size:30px;
20 }
21 .send{
22         width: 80%;
23         height: 10%;
24         display: block;
25         margin: auto;
26         border-radius: 10px;
27 }
28 .short{
29         width: 80%;
30         display: block;
31         margin: auto;
32         background: #30303c;
33         color: white;
34 }
35 .comeback{
36         margin-left: 24%;
37         font-size: 20px;
38         font-family: Verdana;
39 }
40 @media (orientation:portrait){
41         .comeback{
42                 margin-left: 10%;
43         }
44 }
45 input{
46         border: solid 1px #30303c;
47 }