The bottom background image is not well placed on some screens (too big screens) not sure if I could do something about it.
Ryan
@r-findleyAll comments
- @Rem0ldSubmitted about 4 years ago@r-findleyPosted about 4 years ago
Hi Pierre, I just finished this challenge as well. I used the background shorthand for my background images. My code for each image was:
background: url(insert image info for top image) left top no-repeat background: url(insert image info for bottom image) left bottom no-repeat
This seemed to keep things lined up properly for me.
1 - @queenstackSubmitted about 4 years ago
Hi guys,so happy to be part of this community .i am a newbie and suggestions,corrections and recommendations will be highly appreciated,
@r-findleyPosted about 4 years agoHello. I looked at the html issue flag that pulled up. Try using the <input> tag with the type set as button. This takes an attribute of value where you can put the text you want to show on the button, in this case "Sign Up"
0