I was informed by RyanReese that floats were kind of outdated. That being said, he said to use display:table stuff. What can I do to “float” the search part of the site to the right side? Website is reesecodes.com.
edit: also, I haven’t been in the HTML and CSS community for a long time, so if any of my practices are outdated, please let me know so I can correct my bad habits
Floats are fine to use and have their place. It’s just that there are better ways to do some things these days, meaning that floats can focus on their strengths a bit more. In this case, I’d either use float to position that, or perhaps even absolutely position it. Either way, be careful of what happens on smaller screens. You’ll want to look at media queries to reorder things on small screens.