Questions tagged as 'css'

3
answers

I can not get the icon on the right side of the screen, inside a div [closed]

<head> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> </head> <div clas...
asked by 26.05.2018 / 20:23
1
answer

CSS menu creation

Hello, Would you like to know the easiest way to create an HTML menu in CSS? I tried to make one here and it really did not work out. <!DOCTYPE html> <html> <head lang="pt-br"> <meta charset="utf-8"> &l...
asked by 07.05.2018 / 23:13
1
answer

How can I use the pseudo css elements

Following a css3 tutorial, I learned how to place icone inside the inputs. The dev that I was teaching used an example of 2 inputs to put 2 icons 1 in each input. In this case, you used the following pseudo elements: .form-group :: before...
asked by 04.05.2018 / 11:55
1
answer

Dropdown HTML and CSS

* { margin: 0; paddin: 0; } body { margin: 0; paddin: 0; font-family: 'Source Sans Pro', sans-serif; background-color: #F7F7F7; } .header { position: absolute; width: 100%; z-index: 3; h...
asked by 17.04.2018 / 05:54
1
answer

How to make a Content Script communicate with an iFrame element in extension for Chrome?

I developed a toolbar for Google Chrome by adding it to the pages through an iFrame: var iframe = document.createElement('iframe'); iframe.id="iframeId"; iframe.src = chrome.extension.getURL('CLAWS_Sem_Imagens.html'); iframe.style.height = 7em...
asked by 15.09.2015 / 01:36
1
answer

Menu for mobile

I'm making a website for the company where I work and made a multilevel menu. My problem is that when I open one of the levels, the last item does not appear and when I scroll what moves is the page that is behind. I wanted to know what I'm doin...
asked by 25.09.2017 / 22:17
1
answer

nth-child selection in a table with even columns [duplicate]

Hello, I want to get the following result with css: I know that with :nth-child: odd and :nth-child: even select odd and even, but the way I want it would look something like this: No, yes, yes, no, no, yes, yes ......
asked by 03.11.2017 / 19:56
1
answer

User see the current version of Jquery and CSS without cache [duplicate]

Whenever I update the CSS and JQUERY of a site, I need to be asking the client to open the site in an anonymous window. Because his browser saves the old files and he can not see the changes. How best to get around this?     
asked by 20.12.2017 / 15:22
1
answer

Links and images menu with float

I tried to create a menu with html and css without any framework, I used float:left to put the image with the logo on the left and rest of the images that are anchors should I want to be able to find the right one, but when I use f...
asked by 27.12.2017 / 19:34
2
answers

how to work with SASS / LESS in real time?

Recently I paid attention to preprocessors of css as less and sass because I saw advantages in using them, but I see the necessity of a workflow so that css generated compiles automatically. At first, how do you get t...
asked by 14.09.2017 / 14:44