Insert this into the head tags of your html document, or add it to your css file.
<style>
.dropbtn {
color: #333;
width: 100px;
height: 50px;
}
</style>
1
solved my class isn’t working when I go to change the colour
Insert this into the head tags of your html document, or add it to your css file.
<style>
.dropbtn {
color: #333;
width: 100px;
height: 50px;
}
</style>
1
solved my class isn’t working when I go to change the colour