positioning and sizing buttons | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

positioning and sizing buttons

hello! really need some help with the positioning and size of buttons.. i have managed to get the code so it looks how i would like it, but would like the "log in" button the same size as the "redigera profil" button on the other side of the page. also the three big buttons on the bottom of page have been really problematic - how do i make them stay the same no matter how big the web page is? want them all next to eachother and even size aswell.. the middle button is perfect regarding the space from text to the border, but the two outer ones wont go like that all of a sudden? also how do i make the picture in header a bit shorter height wise? TIA!!!! https://code.sololearn.com/WnHvFanbl87A

14th Apr 2022, 1:57 PM
Maria Milner
2 Answers
+ 1
Hi there What an interesting Project. You may resize the Image with the width and height attributes. <img style="width: 50px; height: 50px;" src="image.jpg" alt="image" /> It will take longer to explain everything else. I'll be back with the solutions shortly.
15th Apr 2022, 6:23 AM
Chris Coder
Chris Coder - avatar
+ 1
I had fun with this, and learned something on the way. I hope it helps you out. If not then I can try to explain better next time. Happy Coding! https://code.sololearn.com/W95BHkfxsxNk/?ref=app
15th Apr 2022, 11:03 AM
Chris Coder
Chris Coder - avatar