Questions tagged as 'css'

2
answers

How to change the color of the Link in HTML?

Greeting for all, I am studying HTML with CSS and I am still in the process of learning, I created a keyed, that is, when the page is above 992px wide it shows the menu, when it is less than 992px it hides a menu and a icon and when he wants...
asked by 24.06.2016 / 11:03
4
answers

How to make an image increase without losing quality with CSS?

I want to create a photo gallery type, but it is the following, inside a <div> are several photos that, even if they are not the same size, will be shown the same size (and a smaller size so that all fit on the screen )! By hover...
asked by 20.01.2017 / 02:43
1
answer

DOUBT: Layout split [closed]

I'm new to development and I'm developing a project for learning. Here is a question I have about the division of the layout. What is the best practice? Have separate header / sidebar footer content parts in different files and do include / r...
asked by 20.01.2017 / 16:39
2
answers

How to eliminate the space that require_once leaves?

When I use require_once to do the top-of-site inclusion, it leaves an upper space at about 8px, even in CSS I using body {         padding: 0;         margin: 0;         border: 0;     }; the problem remains. Here is my complete CSS code:...
asked by 19.05.2016 / 15:15
1
answer

Is it possible to leave part of image transparent with css?

Is it possible to make a photo gradient to transparent at the bottom of an image using only css? Example:     
asked by 19.03.2018 / 20:57
1
answer

Responsible on the PC but not on the tablet or mobile phone

background-image:url("../assetsimages/book.jpg"); background-size: 100% auto; background-repeat: no-repeat; max-width:auto; height: auto; As you can see on the tablet and mobile phone is not responsive and I do not understand why.     
asked by 24.03.2018 / 10:54
2
answers

Link Anchors, how to let it open in a certain position of the page

Next, I'm using a page with anchor in "tabs", but when I click the link inside the ABA it opens right plus pulls to the top of the page the corresponding id, and thus impairs the MENU that is fixed on the top (because it runs the page) I wond...
asked by 28.03.2018 / 04:50
1
answer

Divis autosize with div overflow hide between them

I have 3 inline-flex divs, one next to the other, I need the left and right ones to be the size of the content (autosize) and the center is the size that remains, but with overflow hide, I searched everything and did not find, no matter if you n...
asked by 14.07.2016 / 21:37
1
answer

Problems with spaces between li's

Good morning! See the figure below. Ihavethefollowingcssul.listaTopo,ul.listaRegistros{clear:both;}ul.listaTopo{background-color:#000;color:#FFF;}ul.listaTopoli,ul.listaRegistrosli{display:inline-block;height:50px;line-height:50px;vertica...
asked by 01.05.2016 / 18:37
1
answer

Help - site one page scroll

Good evening! I am developing a one page scroll site, I am currently developing the contact form, but when the page is up to the form the menu is in front of the form. And when I click on the form to try to write it it interprets it as a link. c...
asked by 06.03.2017 / 02:59