Did you know there was a secret conspiracy in the tech world making it nearly impossible to do anything that looks vaguely like it wants to be 2d without spending 6 months or thousands of dollars? Only 1-d website building for us proles.
-
-
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Properly learning CSS requires the mental equivalent of two semesters study plus army training in clearing minefields.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Are you familiar with CSS Grids? Like, it changes everything. Just watch some stuff in
@jensimmons youtube. https://www.youtube.com/channel/UC7TizprGknbDalbHplROtag … -
also on radar, yeah...
End of conversation
New conversation -
-
-
Vanilla CSS is hella fun to tinker with, but if it isn't something you use on a regular basis, I would highly recommend using a framework to make it easier on yourself. There are a lot of them that make it as easy as adding classes to your html: bootstrap, materialize, Bulma, etc
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Just use bootstrap
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css …" /> <div class="container"> <h1>My Blog</h1> <div class="alert alert-primary">Sign up!</div> <div class="row"> <div class="col">One</div> <div class="col">Two</div> <div class="col">3</div> </div> </div>
- Show replies
New conversation -
-
-
Flexbox is way nicer than the old tables but if you really love what tables let you do there's always display:table. All the fun of html tables but much less 90s.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
If you're doing table-like layouts, use <table>. Don't use <div> and CSS. You can totally use display: table-cell and the like to get table-like effects, but it runs counter to semantic HTML
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
