Maimai123
0
Q:

button transparent using css

button {
	background-color: rgba(255,255,255,0);
}
1
<button type="submit" name="submitDetails">Submit Data</button>

<style>
button {
	background-color: rgba(255,255,255,0);
}
</style>
0
button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
0

New to Communities?

Join the community