Questions tagged as 'css'

2
answers

How to create a height limit of a page with CSS

I am doing some practices of a Web page. My problem is that I want to delimit a maximum height of my page but I can not find the way, I read that it could be with max-height but it does not respect me and when my elements are finished I still le...
asked by 08.02.2018 / 23:48
3
answers

Error aligning Bootstrap form

I am presenting a problem when aligning my form and it is that when I click on a inputtext as if it were to be entered, it validates it and I get its message and makes the name of textArea Description move ' This is th...
asked by 12.03.2018 / 05:36
1
answer

Navbar toggler of inverted Boostrap

I was trying one of the default bars that are shown on the official Bootstrap page but the name is inverted with respect to the toggler button and it is not quite good at all. This is how it looks (notice that it is on the screen maximized an...
asked by 06.02.2018 / 07:08
1
answer

how to give horizontal spaces between inputs with css?

I was using &nbsp; to separate my components and it worked for me, but apart from that it occupied many, which I did not like as much as it looked, in my xhtml they added the following <!DOCTYPE html> <ui:composition...
asked by 07.02.2018 / 00:33
1
answer

How do I make the height of an element adapt to a%?

My question is how could I make an element (specifically a <div> ) adapt to x% of the height of the screen, so that regardless of the equipment where it is seen has the same effect, something like what about the next image...
asked by 24.01.2018 / 01:32
2
answers

Select a single "checkbox" and then do a calculation

I am introducing myself to the world of Web Programming, and in one of the projects that I am making through the course, I have gotten myself with the following question, of which I have investigated but I can not find what I really look for....
asked by 20.02.2018 / 17:16
1
answer

How to align a vector icon in css

/* montserrat-100 - latin */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100; src: url('../fonts/montserrat-v12-latin-100.eot'); /* IE9 Compat Modes */ src: local('Montserrat Thin'), local('Monts...
asked by 20.01.2018 / 13:21
2
answers

Vertical scroll by clicking on the background

Is there any way by means of jQuery or CSS to perform the vertical scroll by clicking on the body of the page? I have made and modified the scroll of the project but I have no idea how to capture the event of clicking on the body and move the...
asked by 08.02.2018 / 18:49
1
answer

Alignment within nav

Hi, I'm trying to create this nav and I want my logo to stay on the left, and the links fall to the right, but I'm a novice and I can not find anything. Can you help me? Thanks <nav class="navbar navbar-expand-md menu"> <a c...
asked by 18.01.2018 / 19:52
3
answers

CSS does not load correctly when I upload it to my hosting

I have a problem that is killing me. Working with Brackets I can see my page correctly done on my local server, but when I upload it to my hosting server it is not displayed correctly. The problem arises in the div with class ".text-fixed"...
asked by 02.02.2018 / 17:40