Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

flex

  1. Johna

    CSS Making element same width as height

    Hi everyone, I'm trying to get a simple layout, with text and an image side-by-side. The text should take up as much horizontal space as needed, the image will take up the height of the parent element, and then must be a square. So for example, using the attached image as a reference, if the...
  2. C

    HTML & CSS Why is align-content not working...

    ....while justify-content does?? Hi, Please take a look at this. I know, this example is not made to show how align-content works, even though I think it should work. So I tried this: #main { width: 400px; height: 100px; border: 1px solid #c3c3c3; display: flex...
  3. KittenKatja

    HTML & CSS Flexing on my start page

    I recently moved from using Stylus to inject stylesheets into websites, I go to very often, to make a personal HTML file. In it, I made a div column inside is x amount of row divs, and inside are two more divs title and list and inside the list are a bunch of links. I gave the first div {width...
Back
Top Bottom