-
Notifications
You must be signed in to change notification settings - Fork 0
/
accoun.css
59 lines (53 loc) · 921 Bytes
/
accoun.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
#container{
margin:auto;
background-color:white;
width:80%;
border:1px solid #DAD9D1;
margin-bottom:3%;
padding-top:2%;
}
#accountInfo{
width: 31%;
display:inline-block;
border:1px solid #DAD9D1;
height:500px;
}
#orderInfo{
width: 31%;
display:inline-block;
border:1px solid #DAD9D1;
height:500px;
}
#outer{
width:100%;
text-align: center;
}
#link{
text-decoration: underline;
color: #007399;
}
#link:hover{
color:#00394d;
}
#content{
width:400px;
height: 25%;
margin-left:2%;
display:inline-block;
vertical-align: top;
margin-bottom:20px;
border:1px solid #DAD9D1;
}
#headerBar{
background-color: #007399;
width:100%;
font-size:30px;
display: inline-block;
color:white;
font-weight: 900;
}
#inner-content{
text-align: left;
padding-left: 20px;
padding-top:20px;
}