Claude has always had issues with Windows, it prefers MacOS or Linux environments. You can see that with how badly it handles PowerShell commands and the fact up until recently tried using BASH commands in Windows.... That was with both Claude CLI and Claude Desktop. It does work well with a WSL environment to a degree. Not sure if these issue are fully resolved, but given the article I wouldn't be surprised if it hasn't.
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