-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
70 lines (69 loc) · 991 Bytes
/
main.css
File metadata and controls
70 lines (69 loc) · 991 Bytes
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
68
69
70
body {
font-family: sans-serif;
background-image: url("/resources/giftly.png");
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0;
margin: 0;
font-size: 14px;
}
h2{
text-align: center;
color: #52346a;
}
.container {
max-width: 600px;
margin: 0 auto;
}
.container-cht {
background: white;
}
.menu{
}
.content-container{
margin: 0 auto;
bottom: 0;
overflow-y: auto;
max-height: 70%;
overflow-x: hidden;
height:600px;
}
li{
list-style: none;
padding: 20px;
}
.content-container li{
padding: 0;
}
.inputMsg input{
width: 595px;
}
header{
width: 50%;
margin: auto;
text-align: center;
}
header li{
display: inline-block;
}
ul{
padding: 0;
}
a{
color: #B81F24;
font-weight: bold;
}
h2{
color: #6B1215;}
nav{
position: absolute;
top: 100px;
right: 0;
bottom: 0;
left: 0;
width: 30%;
text-align: center;
}