asking again i want to put the table under the image of my cat on my kitties page but none of the positioning seems to work...can someone help me with it? idk how to even look it up on google lol (feel free to look at my code ofc). i want it to be like the table under the image but then like text next to the image/as a paragraph aligned to the image where i write abt them
Apply this to #lenore: {display: flex; flex-direction: row}. Also unset the height of #lenore. Look at the Flexbox cheatsheet or use css3generator.com if you want to center it or something.
asking again i want to put the table under the image of my cat on my kitties page but none of the positioning seems to work...can someone help me with it? idk how to even look it up on google lol (feel free to look at my code ofc). i want it to be like the table under the image but then like text next to the image/as a paragraph aligned to the image where i write abt them
Apply this to #lenore: {display: flex; flex-direction: row}. Also unset the height of #lenore. Look at the Flexbox cheatsheet or use css3generator.com if you want to center it or something.