Questions tagged as 'align'

2
answers

Unwanted white space CSS

I'm doing an outdoor activity reservation website and I'm having a problem with CSS. In my document there always appears a blank part below the image, I do not understand why. And another thing: in the comments I would like that when s...
asked by 10.11.2018 / 19:22
1
answer

Center text within a fixed CSS HTML header

I do not know what to do, but I can not seem to get the text out of my menu (it's a little lower than up), I've tried padding, align: center, margin, Please answer please take the time to see the code, I wanted an explanation that I learn, thank...
asked by 13.09.2018 / 19:46
1
answer

CSS - Align set of images in the center of a div

I need to align a set of random images in the center of a div, following sample code: HTML <div class="divAlign"> <img src="teste.jpg"> <img src="teste2.jpg"> <img src="teste3.jpg"> <img src="teste...
asked by 26.05.2016 / 20:52
1
answer

BOOTSTRAP NAV Collapsed Colapse changing height alignment

Problem: I need a navbar with HEIGHT GREATER. I changed the css .navbar { min-height: 80px; vertical-align: middle; } .navbar-collapse .collapse .in { padding-top:80px; } Vertical alignment of links is not vertically cent...
asked by 08.09.2017 / 22:22
1
answer

Text with 2 different alignments

.table, th, td { border: solid #000000; border-collapse: collapse; border-width: 3px; } .th, td { border-width: 3px; font-family: Open Sans; } <!DOCTYPE html> <html> <head> <link rel="style...
asked by 20.03.2017 / 17:27
1
answer

Is there any way to align justified text in PhpWord?

I would like to align a text with phpWord as follows: $doc->addText('Meu texto justificado', array('size' => 9), array('align' => 'justify' ) But it does not align the text, I saw that instead of justify I can use...
asked by 06.04.2016 / 17:50
1
answer

Center the page horizontally html css

How to horizontally center my logo, this arrow is not very horizontally centered, I wanted it to be ... Can anyone help me? I tried the top: 50% and it did not work ... @charset "UTF-8"; html { overflow-y: scroll; } .postagem { b...
asked by 12.09.2018 / 16:14