Questions tagged as 'css'

1
answer

Float 2 divs side-by-side with triangular tip

This is being difficult, and I will explain why, I have two divs as in the print below, the site is responsive, they must float side by side, however, these divs have triangular tips, and they must scale horizontally until a given breakpoint tha...
asked by 01.09.2015 / 19:33
2
answers

How do I check if my application is open on mobile or web?

I need to make a style.css for mobile and another for web.     
asked by 28.08.2015 / 14:39
2
answers

Structuring with html / div and css

I'm a beginner / enthusiast and I'm having trouble getting rid of the "table", I'm having trouble making this link below without leaving a fixed pixel value. Well,itwassolvedandthiswastheresult: *{ margin: 0; padding: 0; font-fa...
asked by 21.11.2016 / 01:00
1
answer

How to optimize html and css files?

Optimization does not accuse the compression of html and css files. After compacting them in the html minifier and css minifier and putting the following code in htaccess ( see below) still does not accuse the compaction in the reader I u...
asked by 03.10.2016 / 17:12
2
answers

put an inline list materialize

I'm trying to put the list of inline social networking icons in my footer, but I'm not getting success. Does this change have to be made directly in the materialize css? Follow the code attached to help. Thanks <footer class="page-foote...
asked by 23.09.2016 / 05:19
2
answers

Insert html element "div" with javascript

How can I insert a div according to your class or id? Exemplification <div id="main"> </div> <div id="about"> </div> <div id="more"> </div> They are stamped in a single file! And then with a javascript...
asked by 05.10.2016 / 04:15
2
answers

Hiding a div while showing another

I have a problem hiding a div when I show another. If I use .conteudo_ up instead of id2 I can do this effect, but it does for everyone at the same time and I want for each one individually. How do I do this? link HTML...
asked by 06.06.2016 / 10:36
2
answers

Display a sequence of divs on two lines

Good evening, I have the following structure of divs: 1 | 2 | 3 | 4 | 5 | 6 What I need to do is that this structure looks like this: 1 | 3 | 5 2 | 4 | 6 A single detail is that I need to do this only using CSS, without adding any more div...
asked by 15.04.2015 / 22:58
1
answer

I can not hide SCM Music Player on Tumblr

I'm trying to hide the SCM Music Player and expand the main container to 100% (because the player reduced it slightly in the bottom) in my Tumblr blog but my code does not work. The Javascript code: setTimeout(function () { $(function()...
asked by 15.12.2014 / 03:04
1
answer

Menu made in Bootstrap [closed]

How to center a menu made in Pingendo Bootstrap? <html> <head> <meta charset="utf-8"> <title>Boletim Online</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> &l...
asked by 25.11.2014 / 14:07