None of my CSS is working.
body{margin: 100px; text-align: center; background-color: pink; }
.sub-item { text-decoration: none; font-style: serif sans-serif; }
.sub-item-link{
text-decoration: none; }
.todo-list{background-color: white; color: green; padding: 100px; margin-top: 15px; margin-right: 15px; text-align: center; } ul,li{ background-color: pink } a{text-decoration: none; } a:visited{color: black; } a:hover{color: purple; } a:active{color: red; } a:focus{ outline: 3px black; }
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Thank you.