i. The Coder's Society

BBCode should work for justify. I’ll check real quick.

3 Likes

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum pretium ipsum malesuada ante tempor sodales. Nulla facilisi. Curabitur pretium sagittis orci a aliquet. Quisque laoreet metus risus, sit amet dictum sem suscipit et. Vestibulum rutrum eleifend convallis. Suspendisse potenti. Aenean ullamcorper aliquam lacus, posuere euismod felis sollicitudin et.

[justify]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum pretium ipsum malesuada ante tempor sodales. Nulla facilisi. Curabitur pretium sagittis orci a aliquet. Quisque laoreet metus risus, sit amet dictum sem suscipit et. Vestibulum rutrum eleifend convallis. Suspendisse potenti. Aenean ullamcorper aliquam lacus, posuere euismod felis sollicitudin et.[/justify]

3 Likes

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum pretium ipsum malesuada ante tempor sodales. Nulla facilisi. Curabitur pretium sagittis orci a aliquet. Quisque laoreet metus risus, sit amet dictum sem suscipit et. Vestibulum rutrum eleifend convallis. Suspendisse potenti. Aenean ullamcorper aliquam lacus, posuere euismod felis sollicitudin et.

<span style="font-size: 16px; display: block; text-align: justify;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum pretium ipsum malesuada ante tempor sodales. Nulla facilisi. Curabitur pretium sagittis orci a aliquet. Quisque laoreet metus risus, sit amet dictum sem suscipit et. Vestibulum rutrum eleifend convallis. Suspendisse potenti. Aenean ullamcorper aliquam lacus, posuere euismod felis sollicitudin et.</span>

@dumplingbabe Okay, this works!

3 Likes

thank youuu!

2 Likes

oki well uh idk how to do any of the span coding stuff, but can I join?

2 Likes

Sure. Anyone can join.

You want to be added to the taglist?

3 Likes

yes please!

2 Likes

Added!

3 Likes

ooh can I be added too?

3 Likes

Added!

4 Likes

Couple of questions bc I’m a newb :joy::joy::

  1. How do you adjust where the text goes, bc when I do the span thingy like this:


    the text is out of the box thing. so like this:

  2. how do you put text on images, like this:

  3. how do you do borders like this:

  4. how do you adjust where an image is like this:

aaannnnd that’s all (for now), I hope you aren’t too annoyed~!

4 Likes

thank you!!

3 Likes
  1. Are you trying to get the text to not be squished along the edges of the container?

That image you showed is probably a span in a span and then padding is probably involved, too.

  1. You would use inline-css, specially this property:

https://www.w3schools.com/cssref/pr_background-image.asp

  1. The white line around the words? Looks like they used inline-css and this property:
  1. That image is probably a background image for another span. Spans have a lot of power to them. (I’m not sure where to start with explaining but since you enrolled in my class, you’ll learn how to do it in a future assignment.)
5 Likes

okay thank you! I’m super excited for the class :3

2 Likes

I’m guessing the answer is no, but is there any way to make a child span centered in both mobile and desktop responsiveness? Whenever I try using margin with percents, the span squishes to one side.

3 Likes

Let me check some of my old codes but in the meantime, do you have any examples?

4 Likes

Welcome to The Aesthetic Kingdom™.

If you chose “keep dreaming”, consider yourself an official member of this thread. And what is this thread, you may ask? Well, this thread is a place to appreciate and share aesthetic things. Enjoy. c:


Previous Thread


Next Thread


[code removed]

@Spider-Hawk This isn’t a child but it’s centered for both mobile and desktop.

4 Likes

Hmm will <img src work with any image in a span? Cause that would work with me.

Trying to work with em or px.

3 Likes

What are you trying to make?

4 Likes

Trying to put a cover image inside a span so I can have a coded SYS story post. I think just psot8ng the image is what broke the span when I tried it.n

2 Likes