0
Line 13 doesnât work
In my css in the web code line 13 doesnât work. Why? Or can it be fixed? This is my code (SoloLearns code with my button), any code on line 13 doesnât work for some reason. Look at the CSS https://code.sololearn.com/W1IRhXGrXSNL/?ref=app
9 Respostas
+ 1
Oh i know whatâs the problem now. the previous selector didnât have a value and semicolumn.
+ 4
Hello, đ
Please, show us your code!
Use the search bar!
https://www.sololearn.com/post/10362/?ref=app
Please, read our guidelines:
https://www.sololearn.com/discuss/1316935/?ref=app
An useful code for any new user here!;)
https://code.sololearn.com/WvG0MJq2dQ6y/
+ 3
https://www.w3schools.com/css/css3_buttons.asp
https://css-tricks.com/how-css-selectors-work/
+ 3
Yes, becouse of that CSS have class Selectors!
https://www.sololearn.com/learn/CSS/1080/
+ 2
Korijn
You need to write:
.button { }
+ 1
You haven't added your code!!
It's not possible to get help without viewing the code!!đ
0
iâve added my code, but i donât really think it helps much.
0
why, what is the reason? I thought . was for a class and an element such as <button> was without anything.
0
I added .button and it removes the previous styling.