Questions tagged as 'css'

2
answers

Sliding effect on 'anchor' links

I have a OnePage page and the anchor links of the menus when they clicked they only " skip " for the section of screen below but I wanted them slid gently to the intended 'anchor' section. I tried to put transition via CSS and I wa...
asked by 01.10.2015 / 19:21
5
answers

How to do with CSS a paragraph with capitular letter (Drop Caps)

I'd like to stylize only the first letter of each paragraph in my text, but I do not want to have to separate that letter with a <span> because I want to keep the correct semantics of the word, and not have to "break" with a tag....
asked by 31.10.2018 / 13:14
3
answers

Force update on client side after site update

The scenario for my problem is the following, I have a website that has been updated, but some customers are reporting that the update was not made for them, which are still in the old site template (probably due to cache persistence ). I've...
asked by 23.03.2017 / 20:28
3
answers

Is it correct to write CSS with Javascript?

I see a focus on javascript frameworks, to write css directly in javascript, example ... new Vue({ el : "#style", data : { ctn : { display: "flex", alignItems: "center", justifyContent: "center", flex...
asked by 26.10.2017 / 20:18
1
answer

Is it possible to create applications for Android using HTML5?

I really wanted to start developing applications for Android phones, but I have almost no knowledge about the operating system SDK, I have more knowledge about HTML, Javascript, CSS. I have in mind that creating an Android app should be well...
asked by 15.04.2014 / 04:28
2
answers

What is the pseudo class's usefulness: root?

I'm learning about pseudo-structural classes, but I have not found an article about this pseudo-class yet, and I've only found it in English.     
asked by 12.12.2016 / 22:15
4
answers

Internal navigation with JQuery [duplicate]

I have the following structure in my header: <header> ... <div id="header-reserva" class="cf"> <a href="#header-reserva-iframe" class="scroll">Reserve aqui!</a> </div> ... <iframe id="header-reserva-ifr...
asked by 28.02.2014 / 14:59
2
answers

Good CSS practices for Responsive Height. Is it armengue or not?

I made this code that makes height responsive, it fits according to the size of the viewport. (Run the snippet and resize the screen.) Since html and body have a height: 100% , I set up a basic skeleton with 3 di...
asked by 03.08.2016 / 18:11
5
answers

How not to apply opacity on a child element?

I have a div with opacity applied, but this div has a child element. I do not want opacity to be applied to these child elements, would I have some way to solve it? Example: link Link code: .div-pai{ width: 400px; height: 400...
asked by 03.02.2014 / 13:32
6
answers

How can I highlight the radio button that is selected?

I have this radio group in which it is used to specify the severity level of a certain occurrence, using the colors to classify the level. See: <html lang="en"> <head> <meta charset="UTF-8"> <meta na...
asked by 06.12.2017 / 19:30