Questions tagged as 'css'

1
answer

I would like to know how I put this fixed header equal the menu of this site next to the logo [closed]

I want my page header (logo menu etc.) to be fixed by scrolling the page down. Also the menu with logo of this site (StackOverflow), that when I roll the screen it stays in the same place. I would like a template in html and css, I have no idea...
asked by 21.03.2018 / 04:21
1
answer

Create custom HTML banner hover overlay style

Hello, I would like to create a hover overlay banner similar to the one found on this site: link Basically,whenyouhoverovertheimage,thelayerwhere"Experiencia" is written moves, and when you remove the mouse from the top of the image, it re...
asked by 18.08.2018 / 23:08
2
answers

Hello, I have an undesired horizontal margin between two divs, I would like to know where the error is [duplicate]

function typeWriter(elemento){ const textoArray = elemento.innerHTML.split(''); elemento.innerHTML = ''; textoArray.forEach((letra, i) => { setTimeout(() => elemento.innerHTML += letra, 75 * i); }); } const titulo = do...
asked by 02.09.2018 / 06:52
1
answer

Memory game with div tag [closed]

I would like only the current div to change. I would like to randomize the divs. How to preface? $(document).ready(function() { $('.cores').click(function() { $('#1').css("background","red"); }); $('.cores').click(function() {...
asked by 17.03.2017 / 21:04
3
answers

Create DIV with border crossing title [duplicate]

I need to make a div that has a border of 2 px, but this div has a title and I need this title to be centered with the border. See and image: How can I do this? I researched here on the site but could not find a solution.     
asked by 08.10.2018 / 18:07
1
answer

Responsive site, how to test and how to define @media?

Well, nowadays every professional website should be responsive, and I have doubts about that. Initially, is there any offline tool to simulate this? For example: simulating access to various resolutions, etc? I remember seeing a video about some...
asked by 04.11.2015 / 05:23
1
answer

I can not apply CSS to input button

My code is as follows: <a href="http://compre.vc/" rel="nofollow" target="_blank"> <input type="button" value="Clique aqui para comprar" class="splashywaves-effect splashywaves-light splashybtn" /> </a> If I try witho...
asked by 24.05.2017 / 00:13
2
answers

How to codify this layout? [closed]

1 - How to give this aspect of the "div" be on a plane higher than the body, generating the shadow? 2 - In this case, the section has a certain transparency and the div is solid?     
asked by 27.07.2017 / 21:13
1
answer

I can not edit css files [closed]

Before I did not use PHP I used only HTML and CSS to develop the project but there was a need for PHP, so I had to use XAMPP too, but I happen to have modified HTML files for PHP and now I can not edit my CSS files. I can edit the files I hav...
asked by 26.01.2017 / 17:55
1
answer

How to leave a responsive element [closed]

I'm having problems with an element on my site, it stays normal on my computer, but at smaller resolutions (cell phones), it's not responsive. Below are some prints: How are you at Computer: (Right) HowareyouontheMobile:(WRONG!) H...
asked by 10.05.2014 / 20:49