Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
correct width
auto
100%
900px
1024px
767px
View Results
 
  • Locked thread
pram
Jun 10, 2001
gas and ban op

Adbot
ADBOT LOVES YOU

pram
Jun 10, 2001
i looked at the actual values i use, so this is my answer op

code:
$screenSmall: "screen and (min-width: 50em)";
$screenMedium: "screen and (min-width: 65em)";
$screenLarge: "screen and (min-width: 80em)";

pram
Jun 10, 2001
and im laughing in general at using px in this, the year of our lord steve, 4

pram
Jun 10, 2001

Valeyard posted:

hey, hey old man, get this: BOOTSTRAP!!!

what about it .. ?

pram
Jun 10, 2001
you literally have no idea what youre talking about lol

pram
Jun 10, 2001
i use a sass pattern where elements just follows from some base thing. designing your layout around bootstrap or any grid is lazy entry level poo poo when its pretty much a triviality

code:
.thread {
    @include mediaWidths;

    & .thing {
        margin-bottom: 2em;

        @media #{$screenSmall} {
            float: right;
        }

    }
}

pram
Jun 10, 2001
mercifully its not my job

Adbot
ADBOT LOVES YOU

pram
Jun 10, 2001

echinopsis posted:

can't wait to see teh monkey cheese forum tumblechan

the monkeys shall flow like cheese my friend

  • Locked thread