Demo
View&CSS3
<div class="cake3_datasend_method1">
<a href="datasend_method1_selected1">選択肢1</a>
<a href="datasend_method1_selected2">選択肢2</a>
<a href="datasend_method1_selected3">選択肢3</a>
</div>
.cake3_datasend_method1 a{
display: block;
width: 40%;
color: #333;
text-align: left;
text-decoration: none;
padding: 1.5rem 0 1.5rem 2rem;
margin: 1rem auto;
border: 1px solid #ccc;
}
.cake3_datasend_method1 a:hover {
color: #c00;
transition: 0.4s;
border: 1px solid #c00;
}
Controller
public function datasendMethod1(){}
public function datasendMethod1Selected1(){}
public function datasendMethod1Selected2(){}
public function datasendMethod1Selected3(){}