Python Forum
Help with HTML and CSS
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with HTML and CSS
#3
Your paragraph is managing a margin by default haven't gave the margin a value in your class.
Also the float:left on your pararaph is displaying the text left from the Strong tag because the strong tag hasn't any set float left.
However if you add float: left to the strong tag it will display next to the text not above it.

You should add a margin: 0 to your 'amethyst-paragraph' class and replace the 'float:left' with 'text-align:left'
You could also add a 'text-align:left' to your strong tag, just to be sure.

Hope this will awsner your question
Reply


Messages In This Thread
Help with HTML and CSS - by DragonG - Nov-07-2018, 06:20 AM
RE: Help with HTML and CSS - by stullis - Nov-07-2018, 10:49 AM
RE: Help with HTML and CSS - by JDutch - Nov-07-2018, 06:27 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020