Questions tagged as 'css'

0
answers

Insert links to Regions a map of jvectormap

I already have the map ready, how can I add a link to a specified region and direct me to another page? please help. Thanks This is the code I am using: <html> <head> <link rel='stylesheet' id='style-css' href='style.c...
asked by 28.02.2017 / 02:29
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

problem with css style in vertical menu

I have a problem with CSS that does not cover 100% of a vertical menu the styles are /* General overwrite */ body { color: #66615b; font-size: 14px; font-family: 'Muli', Arial, sans-serif; } body .wrapper { m...
asked by 02.09.2016 / 20:39
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
0
answers

Two scroll jquery one after the other

A question for JQuery and the vertical scroll: I have two div s obvious the first one is on top of the other. <div class="uno"></div> <div class="dos"></div> The problem is that I have the main scroll of the w...
asked by 26.08.2016 / 06:43
1
answer

Access denied error 1011 when obtaining an image with file_get_contents?

I would like to know why I can not access the image and show it, every time I run the script the image is not displayed and when I open it from my host I get the following:    Error 1011 Ray ID: 2c82fb8597081629 • 2016-07-25 22:17:31 UTC   ...
asked by 26.07.2016 / 00:25
1
answer

The media query does not change styles on long screens

I have this code: #game.row > .col { width: 100%; height: 50vh; float: left; padding: 15px; } @media screen (min-width: 40.0rem) { #game.row > .col { width: 50%; height: 100vh !important; flo...
asked by 31.07.2016 / 23:40
2
answers

Create a header from a rel attribute with css

Holas, I'm trying to create a header inside a pre block through its rel attribute, something like this: as you will see in the image has a header with the HTML text, something like that I want to achieve but I could not, this is my pre...
asked by 18.05.2016 / 01:29
2
answers

How can I have a column longer than one in the same row?

I'm doing it with bootstrap, let's say the header (the first div above) I have no prrblemas. First of all say that the celestial as you well know are the rows and the green columns, I have two rows: First row : row with two columns Se...
asked by 07.07.2018 / 17:02
2
answers

Fit two divs

Good, I need guidance to make a Flickr gallery and a Google Maps map fit on one page. I need the left half of the page to show the gallery and the right half of the Google Maps map. The HTML code that I am using the following: <ti...
asked by 20.05.2017 / 15:27