sae
11-15-2009, 06:28 PM
I am struggling with something. I want to make my text a redish color (#4C2611 according to photoshop) but when I add it to my css it breaks the site. Can I not use this color?
Here is my css
body {
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}
.content-wrapper {
width: 750px;
margin-left: auto;
margin-right: auto;
}
.holder {
float: left;
border: 1px #cccccc solid;
width: 750px;
}
.top {
background-image: url(images/top.jpg);
background-repeat: no-repeat;
height: 259px;
position: relative;
}
.top-home {
position: absolute;
width: 250px;
}
.top-menu {
color: white;
position: absolute;
bottom: 12px;
right: 0;
text-align: right;
padding-right: 20px;
font-size: 1.1em;
}
.middle {
float: left;
background-image: url(images/E3E5E6.jpg);
background-repeat: repeat;
width: 750px;
}
.middle-left {
float: left;
width: 330px;
}
.middle-right {
float: right;
border: 1px green solid;
width: 400px;
}
.content {
color: #4C2611
Here is my css
body {
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}
.content-wrapper {
width: 750px;
margin-left: auto;
margin-right: auto;
}
.holder {
float: left;
border: 1px #cccccc solid;
width: 750px;
}
.top {
background-image: url(images/top.jpg);
background-repeat: no-repeat;
height: 259px;
position: relative;
}
.top-home {
position: absolute;
width: 250px;
}
.top-menu {
color: white;
position: absolute;
bottom: 12px;
right: 0;
text-align: right;
padding-right: 20px;
font-size: 1.1em;
}
.middle {
float: left;
background-image: url(images/E3E5E6.jpg);
background-repeat: repeat;
width: 750px;
}
.middle-left {
float: left;
width: 330px;
}
.middle-right {
float: right;
border: 1px green solid;
width: 400px;
}
.content {
color: #4C2611