I need to modify the style of a button in an HTML document by adding opacity to it. To achieve this, I plan to utilize CSS. Below is the current CSS code for the button:
.btn_nav{
position:fixed;
width:100%;
height:68px;
background-color:#323232;
border-bottom:2px solid #777777;
}