Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Sherlock Holmes is a fictional detective

MY Portfolio
CSS
Step 9
All code is ok but still gets error.
I used border : none; property and manage the formatting but still gets error
no video in this step.
please recheck
by

1 Answer

iamabhishek
Try this CSS

button {
padding: 5px;
background-color: #FFB643;
border: 0;
border-radius: 5px;
cursor:pointer;
}

Login / Signup to Answer the Question.