-
Notifications
You must be signed in to change notification settings - Fork 0
/
website_css.css
63 lines (63 loc) · 1.01 KB
/
website_css.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
54
55
56
57
58
59
60
61
62
63
body
{
background-color:RGB(191,191,191);
margin:0;
}
h1
{
color:RGB(114,45,14);
font-family:仿宋;
}
.btn
{
background-image:none;
border:none;
background-color:white;
color:RGB(114,114,114);
text-align:center;
cursor:pointer;
font-size:19px;
}
.ctntbox
{
background-color:white;
width:1145px;
margin-left:auto;
margin-right:auto;
border-width:1px;
border-color:RGB(19,19,81);
border-radius:11px;
}
.mnav
{
float:left;
width:114px;
font-size:19px;
border-right:solid;
border-right-width:1px;
border-color:RGB(114,114,114);
height:45px;
}
.outerbox
{
border-style:solid;
border-color:RGB(114,45,14);
background-color:RGB(240,240,210);
border-width:1px;
font-family:Source Han Sans;
border-radius:19px;
font-size:30px;
margin-bottom:19px;
}
.innerbox
{
float:right;
height:40px;
border-style:solid;
border-color:black;
background-color:white;
font-family:Source Han Sans;
font-size:11px;
border-width:1px;
border-radius:11px;
}