I do not use the AdGuard extension. I have uninstalled both the uBlock and Stylus extensions, as well as the Tampermonkey extension, since I began using AdGuard for Windows 7 months ago.
It does not use any extension APIs, it modifies traffic system wide using a local proxy. AdGuard performs all the functions of uBlock, as well as additional features such as HTTPS filtering, cosmetic (user scripts and user styles), as well as DNS. It works with any browser and application. I don't understand why you consider the desktop program to be useless...
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