Jump to content

BIGB185

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by BIGB185

  1. Thanks, Funce for the reply. The code I'm using is: <style> * { box-sizing: border-box; } .column { float: left; width: 33.33%; padding: 5px; } /* Clearfix (clear floats) */ .row::after { content: ""; clear: both; display: table; } </style>
  2. I'm attempting to add code to a class project that will display images on a page side by side. I found the code here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_images_side_by_side The problems I'm having are that my instructor wants me to move the code from the "style" area of the code to a separate CSS file and link to that file in the code but when I move the code it doesn't work. Also, I'd like to be able to make embedded videos on the site line up side by side as well but the code doesn't work for that at all. All the other code in the CSS file is fine except for that bit of code. Any help would be appreciated. Thanks ahead of time.
×
×
  • Create New...