Email or username:

Password:

Forgot your password?
R💽nflaix

I still can roll CSS-only ugly atrocities.

9 comments
R💽nflaix

Welp, that is going to cost me another sleep cycle, damnit.

R💽nflaix

I kinda dislike the fact I used paddings on the labels to add some height to the whole field group. Do you have a cleaner way to impose a height on both the <label> and the <form type="text"> ?

stephann :godot:

@Ronflaix it depends on your html structure and how you want to structure your layout. But I think the most common/standard way is using padding as you did

R💽nflaix

Kinda tempted to roll something more complete out of that.

I'd like it to follow the text grid as much as possible but I'm not sure if that'd be possible

Tuxic

@Ronflaix anything is possible in CSS if you put enough curse into it

Go Up