Questions tagged as 'css'

1
answer

Difficulty in making a different Shape

div { width: 280px; height: 280px; background: #1e90ff; -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%); clip-path: polygon(15% 0, 100% 0%, 100% 29%, 41% 49%); } <div></div> Good morning, good afte...
asked by 03.11.2016 / 20:28
0
answers

How to put in the html the page in Google? [closed]

I would like to know some tutorial, like putting the page in Google search and the other pages under the "HOME" type: Index contact, services, photos, videos. Everything on the google home page? Same in the site bajaki that pulls all pa...
asked by 16.05.2016 / 19:12
1
answer

Adding tag in photo

I'm trying to add tags to a photo (like the facebook identification system), the error I'm having is the following: When I click on an image to place the tags the form first appears in the corner of my computer, not in the coordinates of the...
asked by 19.05.2016 / 05:27
1
answer

How to stylize a CHARTS in height, width and proportion?

One day I'm trying to put a Charts.js on my web page. It's already there, but I can not style it with intent. Where should I change the width, height, and aspect ratio of the chart? As you can see in the image, the graph is out of backg...
asked by 25.03.2016 / 11:43
1
answer

How to limit text in columns with CSS?

I'm getting text from the database: <p> texto um pouco curto </p> And displaying using columns of css in 3 parts, but I wonder if it is possible to block text by just creating another column after </p> . #textoco...
asked by 23.02.2016 / 19:07
0
answers

Style Placeholder Text in given div or input [duplicate]

How can I determine where the style is going to be using the function? ::-webkit-input-placeholder { color: red; } Example I have 4 input with different placeholder formatting.     
asked by 21.03.2016 / 00:13
1
answer

SASS SCSS - Problems with rounding.

I'm having the following problem: developing a Grid system with SCSS, I got the problem of rounding off the percentages that define the size of each column. I would like to know if anyone has the solution for rounding variables, as it breaks the...
asked by 17.03.2016 / 20:46
1
answer

Vertical dropdown menu and Images

I have in the site that I'm doing a dropdown menu, my problem is when I activate the hover effect by mouseover the menu the images that are next to moving along with the menu, how do I position the menu in a way that the image does not move The...
asked by 08.08.2018 / 14:00
1
answer

What is the difference between the "element element" and "elementelement" selectors?

I was looking at the Twitter Bootstrap code, and I found this css: .table-condensed>tfoot>tr>td { /* ... */ } In the operating sense, what would be the difference between just putting a space between the elements, and putting...
asked by 20.01.2014 / 23:49
0
answers

Iframe without scroll in Safari Mobile

I need this: link , run the scroll in the existing body inside the iframe, but in Safari Mobile it forces the iframe to have the maximum height of my content and with that it never happens the scroll in the body. I need to have this scroll i...
asked by 22.12.2015 / 12:00