How can I make a float top with CSS? February 16, 2023 by Tarik Simply use vertical-align: .className { display: inline-block; vertical-align: top; }