// NibblePoker.lu CSS - (C) 2023 Bozet Herwin /* Utilities > Float */ .f-left { float: left; } .f-right { float: right; } .f-none { float: none; }