Questions tagged [text-justify]

The text-justify is a CSS property which can be used to specify the text justification method when using text-align: justify.

The text-justify is a CSS property which can be used to specify the method of text justification when using text-align: justify.

It is important to know that this CSS property is not widely supported in all browsers - it is commonly supported only in Internet Explorer.

95 questions
-1
votes
1 answer

Justify the text inside a grid

I'm trying to justify my text inside a grid on cargo collective. Till now I couldn't do that and I had to export a svg for each title and place it as an image (like in this page: https://gracegloriadenis.com/IN-FROM-AND-WITH) But right now the text…
-1
votes
2 answers

How to implement justify()-method in Java

I am trying to make my own justify()-method that takes a string and an integer as input, and fils in spacing so that the string has the same length as the given integer. I have followed the answers to this question to do it. I want my code to work…
Mampenda
  • 661
  • 4
  • 21
-1
votes
1 answer

How to Justify labels + input box to the right/left?

I'm building a basic interest rate calculator but can't seem to get my inputs to display the way I want them to. I'm brand new to HTML/CSS/Javascript and I feel heavily gated by lack of references so forgive me if any practices are a little…
-1
votes
2 answers

Justify text in a div with width 100% - 60px

I have a #menu { width: calc(100vw - 60px); left: 30px; } How can the words be justified in the available space? I'm tryin the text-align:justify but it doesn't work. https://jsfiddle.net/ju0mz9t0/1/
Federico
  • 1,392
  • 1
  • 17
  • 40
-2
votes
1 answer

How do I pad a Unicode string to a specific visible length?

I'd like to create a left pad function in a programming language. The function pads a string with leading characters to a specified total length. Strings are UTF-16 encoded in this language. There are a few things in Unicode that make it…
1 2 3 4 5 6
7