Questions tagged as 'css'

2
answers

How to scroll horizontally on tumblr

Hello! I think the title says it all. I've tried many tutorials, but I can not get anything. The basic theme I'm trying to change is the next . Thank you     
asked by 09.04.2016 / 15:53
1
answer

The site does not adapt to the mobile version

I made a site that has some images side by side, horizontally. What happens is that in the mobile version these images should be one underneath the other and with the text underneath each, but these images are displaced and some are on top of...
asked by 20.07.2017 / 17:23
2
answers

Error - fa Icons (FontAwesome.css)

Some class icons such as fa fa-user appear inside the system, but other icons like fa fa-user-circle-o that have the hyphen do not appear. Here is the image below, as you may notice there is no Access Edition icon: CSSCode:bo...
asked by 14.09.2017 / 03:14
3
answers

How to determine what will be loaded in HTML?

I'm developing a page without the use of a back-end, however, I want a background video to be loaded on desktop screens using this code: <div class="test"> <video poster="img/videoposter.png" id="header-video" playsinline autoplay m...
asked by 21.01.2017 / 18:35
2
answers

Remove the focus / outline from the input (CSS)

How do I remove this focus / outline from the input? This is my HTML I'm using ReactJS, Bootstrap-react <div className="viewInstrument-table-heading"> <div className="table-heading1">...
asked by 16.05.2017 / 15:08
1
answer

How to create an infinite loop in a Carousel?

Well, I'm creating a Carousel, but it has reached a point where I crashed for not knowing how to do it, I need to create an infinite loop between the items inside the carousel, how can I accomplish this? Follow the code you've created so far...
asked by 30.05.2017 / 20:25
3
answers

Create button with border and text gradient

I need to make a button with border and text color gradient, but the button also has border-radius. I have tried several ways here, but I have not been successful. What is the best way to do this button? The button is this: WhatIhavesofar...
asked by 24.08.2017 / 14:30
1
answer

Change color of letter after text passes through a div?

I have a div that has position: fixed , that is, it accompanies scroll . But I have a problem. Since div have text with a color, to pass over a div % that is darker, the text is not visible. Is there any way to apply...
asked by 01.02.2018 / 16:44
2
answers

Disable Scroll with open menu

I have a menu with 100% width and 100% height, in which I use a button to open it and close it (hamburger style). But when it opens my site it still scrolls behind it. I want to know how I can disable site scrolling when the menu is open, and di...
asked by 17.02.2016 / 12:18
1
answer

Is there any way for CSS to override style in HTML? [duplicate]

I have an archiver containing about 82k HTML files, where there is a need to apply a CSS with structuring and visual standardization. However, I noticed that many of these files are styled via html using the style parameter. Is there a...
asked by 27.04.2018 / 23:38