Feb
17
17
Subeta provides a div to put all of your pet information in – it’s called #pet_desc. But what if you want to have several different divs for different information, and position them all separately? Not a problem.
Subeta provides a div to put all of your pet information in – it’s called #pet_desc. But what if you want to have several different divs for different information, and position them all separately? Not a problem.
CSS positioning is super important for coding on Subeta. We use it to move divs and other elements around to specific areas of the page. The most commonly used on Subeta is absolute positioning, but there are other types as well. Understanding exactly how positioning works can be a bit tricky.