Rounded corner, rectangle buttons
问题 I am interested in making an html button similar to the ones found on the homepage of https://new.myspace.com/. I know that the html would look like this: <button class="button" id="join">Join</button> Although I'm not sure on what the css should look like. I know there are many tutorials online about html buttons, but I'm not sure about semi-rectangular ones. Thanks, Harrison 回答1: Use border-radius. The exact code in that example is border-radius: 4px; https://developer.mozilla.org/en-US