I don't know why someone said useless, but it does have that pesky kernel driver bundled, and it's in perennial turmoil. When it goes bad, it goes very bad, and it's impossible to predict when it will due to system differences. I know that they're in the middle of development for a major new version that will include a completely new driver, one that they expect will largely solve the problem, but that's a ways out and it's unproven at this point.
Question
.Dan
Hi guys, I'm starting a Ruby on Rails web app for my class but I can't get my CSS to work.
Here is my HTML:
And here is my CSS:
wrapper, header, content, footer {
display: block;
}
#wrapper{
width:66%;
margin:auto;
}
#header{
background-color:#FFCA00;
font-family: 'Arvo', serif;
font-weight: 700;
font-size: 22px;
color: #A68300;
border-bottom:solid 1px #FFE273;
}
#content{
background-color: #FFD740;
font-size: 16px;
font-family: 'Arvo', serif;
font-weight: 400;
color: #A68300;
margin:12px 0;
float:left;
}
#footer{
background-color:#FFCA00;
font-size: 12px;
font-family: 'Arvo', serif;
font-weight: 400;
color: white;
border-top:solid 1px #FFE273;
}
[/CODE]
What is wrong with it? I have validated both files and they seem to be OK.
Thank you!
Link to comment
https://www.neowin.net/forum/topic/1056240-css-not-loading/Share on other sites
11 answers to this question
Recommended Posts