Questions tagged as 'css'

2
answers

Add TAG HTML with CSS content

Is it possible to add an HTML TAG using CSS content ? #teste{ content: "<p>tag HTML inserida via CSS</p>"; } <div id="teste"></teste>     
asked by 24.08.2016 / 23:41
1
answer

How to make this effect in css?

Hello, I would like to know how to apply this effect in CSS. I do not know how to describe these stripes vertically. I would also like to know how does this trait within a div. Thank you in advance.     
asked by 17.11.2016 / 16:11
2
answers

I can not speak with specific class in css

I made a menu and now I'm trying to style a dropdown menu, but I can not talk to a of .dropdown-content . I noticed that .header-menu ul li a is hierarchically above .dropdown-content a , but I do not figure out how to...
asked by 22.11.2016 / 17:12
2
answers

TEXT Within a button - Materialize CSS

I'm having a hard time breaking text inside a button. I use materialize css but generally I have no idea how to put all the text I want inside a button, it always cuts the end of my titles and so on. <link rel="stylesheet" href="https:/...
asked by 06.07.2016 / 16:19
1
answer

Best way to develop a grid with flexbox?

I have doubts with display:flex , thinking of a grid system like container , row and column . For example, would the container have the display:flex property? And how to organize row and column ?...
asked by 23.11.2016 / 14:33
1
answer

Is it wrong to use the position attribute to position elements instead of float?

Is it wrong to use the position attribute to position elements on the page instead of the float? If so, why?     
asked by 29.12.2016 / 02:14
1
answer

css for mobile only

Well I'm used to checking the css like this: @media only screen and (max-width: 920px) {} The problem is that it has phones with very high resolution, is there any other way I can check without using Px?     
asked by 22.12.2016 / 14:11
1
answer

CSS alignment cell table

I have a% of% where the contents of <table> are random numbers, I need the numbers to occupy 100% of the cell, however much I put the size 100%, with <td> and padding zero, always % is inside the cell. I need the...
asked by 26.12.2016 / 21:13
1
answer

Div breaking when label content is too large

The div of a HTML page is breaking when the text size of one of the label I have inside it is too large, I am using the following code: <div class="divRelato" style="background-color: #eee"> <label>Detalhes físicos Detalh...
asked by 22.12.2016 / 18:45
1
answer

Responsive upper corner image - Bootstrap

Well, let me have a question. How to insert a responsive image in the upper corner of a section using bootstrap. Ex: this is the site that I am developing renpa.esy.es, but in the fourth section that has bikes packages, I want to place an image...
asked by 27.12.2016 / 02:25