CSS Beginner Need Help
Hi, i am new to CSS and HTML and i have been trying to make the background of my HTML site an image, but it doesnt seem to work and the image does not appear https://trackeasy.fun/usps/ on my HTML ...
AfjalKhan repliedHi, i am new to CSS and HTML and i have been trying to make the background of my HTML site an image, but it doesnt seem to work and the image does not appear https://trackeasy.fun/usps/ on my HTML ...
AfjalKhan repliedOkay. So I guess the title gives it away. I’m a real noob when it comes to CSS. Like I’m good with JavaScript and have been working with ReactJS and Angular for a while now. But I just can’t seem t...
serjio repliedHi Chris, Thanks for your help on this. I eventually got it solved. The following worked: `style="background-image: url(<%= rails_blob_url(@creator.header_image) %>)"` Thanks, Gerard
Gerard Donnelly replied • SolvedI added some CSS to my site to put a font a https://birthdaywishes.onl/ wesome PDF icon in front of every hyperlink that links to a PDF. It looks great, but there are a lot of instances where there...
AustinLan postedI work with react and vue but everytime I do CSS, I hate my work the most. I hate doing css because everytime i copy some css like othe [SHAREit](https://shareit.onl/) r code it just doesn't works...
JohnMajor postedHello everyone,, To put it simply, Pro-CSS on a subreddit specifically just means that the sub/the mods of the sub are opposed to Reddit's possible removal of CSS, which is the formatting system us...
Jawline postedIs there any GoRails video tutorial about how to integrate custom css/bootstrap/js template in Ruby on Rails web application?
Luis Cuevas postedIn fact, if you go to production assets are compiled and you won't noticed this blinking. Solved!
edouard replied • SolvedHey Nikola, I just posted an episode on this yesterday: https://gorails.com/episodes/purgecss
Chris Oliver repliedHello community! Can someone help me with some config? I tried to add Bootstrap-Vue to my rails/Vue project, but the CSS was not loading. I created a very simple one, but I can't make it work: h...
Eduardo Borsa posted • SolvedI did something like this when I was working out the column widths once, maybe you could do similar.$grid-columns : 16 !default; $grid-gutter : 0% !default; $column-width : 100 / $grid-columns;// ...
Alan Reid repliedPretty much you'd just update the version in your package.json and use yarn to install it. You'll want to check with the releases page and see if anything has been deprecated or removed and upgrade...
Chris Oliver repliedImporting css is deprecated, so the line@import '~bootstrap/dist/css/bootstrap' leads to a warning, and apparently in most recent versions already is an error. See https://github.com/sass/node...
Kjell Morgenstern replied • SolvedThanks for the tip! Yeah, GoRails is pretty awesome and clear :)
Miguel replied • SolvedHi Dave, I believe this is what you are looking for https://gorails.com/episodes/using-purchased-themes?autoplay=1
JM repliedYou could take a look at this site - http://less2scss.awk5.comDepends how complex it is, cause it's quite easy to convert manually.
Alan Reid repliedHey JM, I also added some code to remove that bell after you mark the messages as read. Once that AJAX call completes, the JS success callback just removes that div from the navigation. And that n...
Chris Oliver repliedYes definitely would if you're using something that doesn't have it built-in.
Chris Oliver repliedThanks Chris, Yeah it is probably pretty basic in the scheme of things but I have stumbled on this a few times when I am going back and building a new app from scratch. Hopefully the code helps ot...
Jay Killeen replied