Quinnfernal
It's time to play a game called, Quinn hates CSS and doesn't know how it works
Quinnfernal
https://images.plurk.com/4Of9FOMao6IRyLa7WTs2X1.png here's the shape of some HTML I'm wrestling with
Quinnfernal
I'm not gonna expand the tech div because it's huge, but
Quinnfernal
https://images.plurk.com/567i04ASuArDKtRsUCH.png the result looks like this
Quinnfernal
https://images.plurk.com/3YoY4hR5eqHg5NxTY2odjW.png I want it to look like this
Quinnfernal
how do i do that
Quinnfernal
I tried like five variations on 'align: top' and none of it worked
RobotApocalypse
in CSS it's "vertical-align: top;" isn't it?
RobotApocalypse
is that one of the variations you already tried?
Quinnfernal
I tried that. no dice
Quinnfernal
Quinnfernal
the relevant css block is .tech-span
RobotApocalypse
i am not great with css but if you can edit the html instead try this:
<span><button class="delete-button" style="vertical-align: top">×</button></span>
Quinnfernal
OK there it goes
Quinnfernal
so I needed to put vertical-align on the button, not the span
RobotApocalypse
success \o/
載入新的回覆