Button

How can I solve this this is the code can anyone help me out I want the button to be under the content .button{ width: 200px; padding: 15px 0; text-align: center; margin: 20px 10px; border-radius: 25px; font-weight: bold; border: 2px solid #009688; background: transparent color: O#fff: cursor: pointer }
No description
No description
3 Replies
Jochem
Jochem10mo ago
Without your code in a live environment, it's going to be hard for anyone to help. Positioning depends a lot on your HTML structure, and all you've shared so far is CSS. Give #how-to-ask-good-questions and #How To Ask Good Questions a read, they have some good resources on how to share your code.
heart
heart10mo ago
I don’t understand you I’m new to discord
Jochem
Jochem10mo ago
you can click on the blue bits, it'll take you to two places we've made on this server that will tell you what you can do to share your code so it's easier for people to help you. The biggest thing you can do, is to share a link to either a version of your site that's publicly available, or to make a version that shows the problem you have with as little code as possible on something like codepen (https://pen.new) or some similar service
CodePen
...