How to create 4 button in CSS
I want to create four buttons like this using html and css. I also want the text on the button but text shouldn't change the width of buttons
4 Replies
create four buttons
in the desired shape (https://stackoverflow.com/questions/10922387/create-an-l-shaped-border-using-html-and-css-is-it-possible)
Stack Overflow
Create an L-shaped border using HTML and CSS, is it possible?
Is it possible to create an L-shaped border like this using only HTML and CSS?
Edit: That is what I have at the moment: http://jsfiddle.net/cBwh8/
Edit2: I'm looking to replicate the picture abov...
then position them as you want
Thanks man. Let me try ut