Как растянуть такую кнопку по всей ширине страницы? <style> .cwd{text-align:center;} .cwda{cursor: pointer; font-size:14px; text-decoration: none; padding:10px 20px; color:#ffffff; background-color:#2b8bcf; border-radius:5px; border: 3px solid #2b8bcf;} .cwda:hover{background-color:#2b8bcf;color:#2b8bcf;} </style> <p class="cwd"><a href="" target="_self" class="cwda" title="Текст ссылки">Текст ссылки</a></p> Или может есть похожая текстовая кнопка?