-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCrimson.css
More file actions
94 lines (88 loc) · 1.24 KB
/
Crimson.css
File metadata and controls
94 lines (88 loc) · 1.24 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
*{
font-family: Verdana, sans-serif;
}
div {
border-radius: 5px;
}
#header {
z-index: 1;
position: fixed;
width: 100%;
margin-top: -20px;
height: 85px;
padding-top: 5px;
font-size: 16px;
color: #ffffff;
background-color: #006699;
margin-bottom: 5px;
}
#shop{
margin-right: 5px;
margin-top: -5px;
font-size: 16px;
width: 30px;
}
h4 {
margin-left: 5px;
margin-bottom: 15px;
font-family: Verdana, sans-serif;
}
.right p {
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
color: #000000;
}
a{
text-decoration: none;
}
.left {
position: relative;
float: left;
margin-top: 70px;
width: 20%;
height: 1000px;
background-color: #B9D7D9;
margin-bottom: 10px;
}
#ad{
width: 80%;
margin-left: 20px;
margin-top: 15px;
height: 970px;
}
#disc2{
margin-top: 7px;
}
#pic1{
border-radius: 12px;
}
.right {
position: relative;
float: right;
margin-top: 70px;
width: 78%;
height: 1000px;
background-color: #F4EBC3;
margin-bottom: 10px;
}
#footer {
margin-bottom: 5px;
height: 50px;
background-color: #668284;
clear: both;
font-family: Verdana, sans-serif;
font-size: 14px;
text-align: center;
color: #ffffff;
}
span{
color: #ff0000;
}
#footer p {
position: relative;
padding-top: 15px;
}
#name{
color: #ffffff;
}