@morganmay looks like a list of sites you have blocked by an ad block program?
morganmay
@morganmay
@mutantspore While testing it in Chrome I accidentally reverted to the version that had the manually-added CDN import.
Bruce Young
@mutantspore
@morganmay so my fork of yours (above) doesn’t work for you? Ithink youhav esome sort of ad block plugin
morganmay
@morganmay
@mutantspore Adblock was my first thought, but Bootstrap doesn't load even when I disable it or load it in Internet Explorer (which has no ad blocker installed).
Your fork works, though.
How did you add Bootstrap? Just through the options panel?
Bruce Young
@mutantspore
wel all i did was put BS in the CSS before animate and save it
yes
I didn’t do anything else at all
morganmay
@morganmay
Okay, I'm blind. Somehow I managed to remove Bootstrap from the CSS without noticing. Sigh. Thanks for your help!
Bruce Young
@mutantspore
@morganmay ty for looking again and not just saying it doesn’t work!
morganmay
@morganmay
Well thank you for being so patient...
Kaue Rodrigo Pacheco
@kauepacheco
Im trying to add a color to a <h1> using bootstrap... Is it possible? Or I just use css? Because its a challenge to create a tribute page and it is supose to be using only html in codepen... Anyone?
Bruce Young
@mutantspore
@kauepacheco bootstrap is CSSand yes it has it’s own color set. you can override it in CSS if you want to
Kaue Rodrigo Pacheco
@kauepacheco
So I can't change color using a Bootstrap code inline? @mutantspore