-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (62 loc) · 1.12 KB
/
style.css
File metadata and controls
67 lines (62 loc) · 1.12 KB
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
64
65
66
67
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
margin: none;
padding: none;
background-color: #FFFDF5;
}
/* title */
#title0{
margin-top: 1.25em;
margin-left: 2.50em;
margin-left: 1.25em;
margin-bottom: 3.125em;
}
#title1{
width: 40%;
font-size: 200%;
margin-left: 25%;
margin-bottom: 1em;
}
#title2{
margin-left: 25%;
font-size: 0.5em;
margin-bottom: 1em;
}
#butt{
margin-top: 0.5%;
background-color: black;
color: #FFFDF5;
}
#butt:hover{
background-color: rgba(121, 62, 62, 0.541);
}
#postContainer{
margin-left: 25%;
padding: 1em;
width: 46%;
border: solid;
border-radius: 5px;
margin-bottom: 0.25em;
}
form>input{
margin-left: 25%;
padding: 1em;
width: 50%;
border: solid;
border-radius: 5px;
background-color: #FFFDF5;
}
#text0{
font-size: 0.4em;
margin-bottom: 1em;
}
#text1{
font-size: 0.8em;
}
#text2, #text3{
margin-right: 5%;
margin-top: 1em;
font-size: 0.4em;
display: inline-block;
}