TPP About Polls Contact

Peoples Poll

A public website meant to give the fans of the game a chance to give their input on sports rankings.

AD

AD

College Football

College football.

const items = document.querySelectorAll(".item"); items.forEach(item => { item.addEventListener("dragstart",() => { item.classlist.add("dragging"); }) }) .sortable-list .item { list-style: none; display: flex; border: 1px solid #ccc margin-bottom: 11px }