Posts filed under ‘General’

How to code Custom CSS (or any Subeta page) as hosted on your computer

Yes, you can host websites from your computer. Other people can’t view it, obviously, because it isn’t hosted on the internet. But hosting a website on your computer (known as localhost) allows you to create a fully-functional website so that everything is ready before you upload it to a live website. This also holds true for Subeta. You can code your Custom CSS, profile, or pet profile from your localhost and then upload your completed code to Subeta.

Continue reading “How to code Custom CSS (or any Subeta page) as hosted on your computer” »

CategoryCustom CSS, General   Tags,
  Comments0

The importance of !important

Normally I write my own tutorials, however, the purpose of declaring !important in CSS is a bit tricky to explain. Rather than writing my own confusing and vague explanation of it, I’ll let someone else do it better.

What does !important mean inĀ CSS? from About.com

Continue reading “The importance of !important” »

CategoryGeneral, Pet Profiles   Tags,
  Comments0

Adding/removing rounded corners with CSS

The ability to give elements rounded corners is new with the new version of CSS, CSS3. Previously, rounded corners could only be achieved by making images for each corner and positioning them accordingly. Now we can quickly and easily do it with CSS using border-radius! Subeta has gotten a little rounded corner heavy – if that’s not your thing, I’ll give you the code to straighten those edges back out.

Continue reading “Adding/removing rounded corners with CSS” »

CategoryCustom CSS, General, Profiles   Tags,
  Comments0

Absolute positioning: a love story

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.

Continue reading “Absolute positioning: a love story” »

CategoryGeneral, Profiles   Tags
  Comments0