CamishaB Posted September 13, 2020 Share Posted September 13, 2020 Site URL: https://hellomisha.ca/home-page So I got the correct css to apply the sticky button on the side (bottom for mobile) however I can’t seem to add a border to it. Seriously just need a thin border with the same color as the text. And the same transparent background I want a thin border around “inquire” to make it look like a button .. Link to comment
tuanphan Posted September 13, 2020 Share Posted September 13, 2020 Hi. I see you solved with this code? #book-me a { border: 1px solid #d9cdcc; background: transparent; color: #d9cdcc; display: inline-block; font-size: 14px; font-weight: bold; text-transform: uppercase; font-family: goldenbook; padding: 1.5px 30px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
CamishaB Posted September 13, 2020 Author Share Posted September 13, 2020 5 hours ago, tuanphan said: Hi. I see you solved with this code? #book-me a { border: 1px solid #d9cdcc; background: transparent; color: #d9cdcc; display: inline-block; font-size: 14px; font-weight: bold; text-transform: uppercase; font-family: goldenbook; padding: 1.5px 30px; } How did you find my code ?😱 that’s neat. Link to comment
CamishaB Posted September 13, 2020 Author Share Posted September 13, 2020 5 hours ago, tuanphan said: Hi. I see you solved with this code? #book-me a { border: 1px solid #d9cdcc; background: transparent; color: #d9cdcc; display: inline-block; font-size: 14px; font-weight: bold; text-transform: uppercase; font-family: goldenbook; padding: 1.5px 30px; } Yes! While awaiting replies I just kept trying to figure out how to apply border settings. I was putting stuff like border-radius-20px #(color) border: 20px #(color) but now finally got it. thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.