Questions tagged as 'css'

2
answers

How to set content right inside a navbar?

I'm developing a website and need to leave a lead picker pinned to the top, along with the top menu, to the bottom of the button (as shown in the image). .lp-menu{ min-height: 70px; background-image: url('http://unif...
asked by 04.08.2017 / 21:50
1
answer

How to create this effect / animation

I want to use this circuit board effect as an animation (starting from the sides and drawing until they are in the center) on my site. But I can not do it at all. Is there any way to do this using only CSS? Without using SVG or anything l...
asked by 13.07.2017 / 05:29
1
answer

How to apply hover effect to an element immediately before?

I have the following structure: <div> <img src="#"> <button>Teste</button> </div> <div> <img src="#"> <button>Teste</button> </div> I need when the mouse rests on a but...
asked by 12.07.2017 / 23:05
1
answer

Resize image according to device size

I have an image that is 360 x 640 pixels and should be used as a background of a div . At first, div will occupy the entire device screen. Situation Because of my application being primarily for mobiles, I need to adapt th...
asked by 12.07.2017 / 19:17
1
answer

I can not make an element have a wrap in a responsive layout

Good afternoon, I'm trying to make a layout responsive but I can not make the product description go under the image when the available space is too small. I have tried with display: flex and float but none worked. Follow the link on the page...
asked by 05.07.2017 / 20:42
1
answer

How to change table row color based on the value of a cell?

I need to make the table row change to a particular color based on the value contained within the 'td' tag. All the functions I have found so far have not been useful to me since I tried to implement it in my code and I did not succeed....
asked by 05.07.2017 / 16:41
1
answer

Do not repeat thead on each printing page

Hello, I'm having a problem. I do not want to print the table header (thead) on each print sheet and currently every time I print the table and it does not fit on the sheet the table header repeats. I do not want it. Anyone know how to remove?...
asked by 05.07.2017 / 21:29
0
answers

Blogger posts in horizontal sliding

I'm new here and I want some help with Blogger, I can not solve a problem that I'm trying for days, and if there is not a way I'll give it up. I do not know how to program right, but I'm trying to put Blogger posts in horizontal sliding for both...
asked by 10.07.2017 / 17:19
1
answer

How to align a div with inline-block display?

I have a news feed that consists of two divs inline-block . 1st - The first contains the title and image of the news ( left ). of the news ( right ). I would like even if the paragraphs of the news content vary from news to news, it al...
asked by 10.07.2017 / 19:29
5
answers

center a nav menu [duplicate]

How can I centralize this menu? ul{ margin: 0; } ul { list-style: none; } a { text-decoration: none; } .clearfix:after { display: block; content: " "; clear: both; } #site-navigation { background-color: #111; bord...
asked by 18.07.2017 / 14:18