Questions tagged as 'posicionamento'

2
answers

Contour image with CSS text

I'm developing a website, but without using any framework to do so; I want to emphasize that I just started in front studies, and that CSS is totally new to me. I'm trying to fix an image in a certain region of a div (this is ok) and allo...
asked by 08.05.2017 / 17:44
1
answer

How to position a Span tag on the page?

I'm studying ASP.NET MVC 5 and I'm trying to create a page where in the upper left corner I would have a "Menu" button, I could create the button and action but I'm having trouble locating the button on the page. / p> I want this button to be...
asked by 21.10.2016 / 22:11
2
answers

Make a DIV element be positioned as a footer

Here's an example of what I'm trying to adjust: * { margin: 0; padding: 0; } html,body { height: 100%; } #topo { background: limegreen; position: static; left: 60px; top: 35px; width: 100%; line-heig...
asked by 25.05.2018 / 19:08
1
answer

Contents overlaps the fixed menu when scrolling the page

I have tried to put z-index: 2 into <header></header> , but it did not work @charset "UTF-8"; body { display: flex; min-height: 100vh; width: 100%; margin: 0; padding: 0; align-items: center;...
asked by 27.05.2018 / 20:44
1
answer

Box in the middle of the page according to resolution

I'm trying to position a box in the middle of the screen and regardless of the resolution the text inside it does not leave the box ... Well, I get two things: to position it in the middle, however when I resize my window, the text goes out of t...
asked by 02.09.2014 / 02:35
1
answer

Problem with positioning of include.php

I'm having a problem with the footer placement I made with include.php . I created a include.php file, so the only thing I have in it is box of where the footer will be since I'm still testing. I'm calling it at the end...
asked by 04.04.2015 / 21:49
2
answers

Center a div with absolute position and text in the center of the parent div

People are as follows I have a parent div and another div with an absolute positional text ... this text is aligned to the top and left of the parent div and I need to align to the center ... things like top: x% or left x% .. n work because the...
asked by 20.01.2017 / 11:40
4
answers

Footer always at bottom of page

I want to know how to make the footer always at the bottom of the screen, even on small screens. I'm using bootstrap. It looks like this: Iwanttoleavethefooteralwaysatthebottomofthepageregardlessofthecontentinthewhitepartandindependentoft...
asked by 18.05.2017 / 21:07
1
answer

Inline-block element drops upon completion

I have 3 elements inline-block . There are 3 squares aligned, in short. So when I put a div "daughter" in one of them, it drops and the other empty ones stay in position. It's the same with everyone. But if I put a div...
asked by 04.11.2014 / 05:43
3
answers

Position of a text in relation to the upper line

I would like to know how to align a text vertically, what about a previous letter word / letter? When I use only the space bar I can not get the result. Would you have some code for this? For example, let's say that I want to align all the nu...
asked by 01.09.2014 / 04:51