Questions tagged as 'css3'

1
answer

CSS Flexbox does not work in Safari

It works perfect in Chrome, Firefox and Explorer, but in Safari (5.1.7) it does not. Attached screenshots. The images 1 and 2 is as it should be (as seen in Chrome, Firefox and Explorer.) The image 3 is as seen in SAFARI . The "sec...
asked by 26.06.2017 / 11:56
1
answer

Align elements in 2 columns within a div

Is it possible to align different article s within a div , by touching the CSS of div ? You could also touch the CSS regarding the article , but these load according to the publications. This is my code: .izq{...
asked by 13.04.2017 / 13:13
2
answers

CSS perspective does not work for me

I have the following code code, but for some reason it does not work for me. #bienvenida1{ width:880px; height:320px; position:relative; top:50px; left:40px; perspective:150px; -webkit-perspective:150px; } #bienvenida...
asked by 29.03.2017 / 06:41
0
answers

ChartJs, Draw straight lines in bar chart [closed]

THE EXPECTED Be able to draw horizontal lines with labels and colors as seen in the photo. Set static scale from 0 to 300. My current code: JS var data = { labels: ["UNO"], datasets: [...
asked by 05.05.2017 / 14:56
1
answer

Search for html files with keyword inside?

Well I tell you, I have a website where I have products for sale. Previously I could put them on the main page without worrying that customers would not find what they were looking for because they were few products. But now I have increased the...
asked by 21.01.2017 / 21:52
1
answer

Problem SCSS / CSS

Good: Until recently I used my SCSS style sheet, made the modifications and everything worked fine, they added me to my CSS stylesheet. But since this afternoon I apply changes in my SCSS and they are not added. However, if I modify my CSS shee...
asked by 06.10.2016 / 16:54
1
answer

Reduce spacing Thumbnails, page-header in bootstrap Css

I am designing the Home of a site. With thumbnail for article. The truth is that I'm very cool in Css, but I imagine that some kind of bootstrap.css is what is generating spaces but I could not find it. <div class="contenido"> &...
asked by 20.09.2016 / 16:37
1
answer

JavaSript code is not activated for the text effect 'accordion' in an html document

I'm trying to implement the text effect 'accordion' in an html document but it does not work, something blocks the event and I still do not know what. If I copy and paste the sample code from here into a blank html document, everything work...
asked by 15.04.2016 / 18:15
4
answers

Responsive image with css

I have a circular image which I want to make responsive, my problem is that it remains the same size. This is what I have .image-cropper { width: 215px; height: 215px; position: relative; overflow: hidden; -webkit-border-r...
asked by 20.09.2017 / 07:14
1
answer

My HTML does not recognize the CSS [duplicated]

I have this HTML and this CSS but when I update the browser, there is no change <style> #a { width: 100px; height: 100px; color: red; } </style> <html lang="es"> <head> &...
asked by 24.11.2017 / 11:35