Questions tagged as 'css'

1
answer

How to affect div that is before div with hover

We assumed this code. How do I affect the nav class and the img__logo class when the input is hover? <div class="nav"> <div class="img__logo"></div> <input class="form__login"/> </div> .form__...
asked by 10.06.2016 / 17:56
1
answer

CSS and JS are not being applied to the project in Spring MVC (config via java)

I'm a beginner with SpringMVC and I'm learning through Spring MVC (Master the main Java web framework, by Alberto Souza, home code). Before starting with Spring, I created a Maven project and implemented the frontend and the persistence part...
asked by 01.06.2016 / 06:15
3
answers

DIV Centralization [duplicate]

How do I centralize these two low divs? #content{ position:relative; height: 80%; width: 85%; margin-top: 1%; } #uphist{ text-align: justify; padding-top: 2%; height:30%; width:80%; margin...
asked by 25.11.2016 / 18:18
2
answers

Style sheets (js, css) in subdomain or in a folder within the application?

I have a question. I think someone has been through it sometime, too. I've always loaded my styles into a folder in my application: Ex: http://meudominio.com.br/assets/css - ou js e etc Looking at many source code from other developers...
asked by 18.11.2016 / 14:55
2
answers

Problems with responsive design - item placement

Well, I'm developing a project, and I ended up with a bug, I just need to fix it, tried it in different ways, but I could not fix it. IMG 1: IMG2: Theimageoneshowstheelementsallmessedupbythescreen,however,thisoccursinveryfewresolutions,somea...
asked by 20.10.2016 / 18:50
1
answer

A transition or effect

Would anyone have any idea of any transition or effect of some image arising from left to right in a sense of being passing in a straight line?     
asked by 21.01.2018 / 04:45
2
answers

How to start Accordion closed

Hello, I have an accordion on my page, it works perfectly, but when the page starts it is already open. What I want is for it to come closed, does it have? HTML: <div class="bs-example"> <div class="panel-group" id="accordion"&g...
asked by 17.04.2017 / 16:22
1
answer

How to limit the size of a div

Well, I do not know what title I'm going to give the question to, so if anyone wants to edit I'll accept it. I have the following scheme: link I want to do with the div itemsatuais, have that limited width, but that the divs, that are...
asked by 17.04.2017 / 16:24
3
answers

how can I make a div hide on the side and when clicked appears on the screen?

How can I make the div hide on the side of the screen? notice the side menu of this site link tried it in a way but it was not someone knows a means? I put the display none and in js I put block, however I always have to go back to none then i...
asked by 19.04.2017 / 15:51
1
answer

HTML: Anchor point - what is it?

Can anyone tell me why the anchor point is not working? <html> <head> <title> Lake Tahoe </title> <style> body { text-align: center; } h1 { font-size: 52px; color: white; } header { background-co...
asked by 07.03.2016 / 14:18