You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next time, use a css selector instead of writing it directly in the html file. It’s good to keep separate html and css code. So instead do something like <span class = “prices” >. Then in css, you can do prices { color: skyblue; }; This way you don’t have to rewrite the code all the time.
Next time, use a css selector instead of writing it directly in the html file. It’s good to keep separate html and css code. So instead do something like
<span class = “prices” >
. Then in css, you can do prices { color: skyblue; }; This way you don’t have to rewrite the code all the time.https://github.com/JoieTsun/prj-rev-bwfs-dasmoto/blob/master/Dasmoto's%20Arts%20%26%20Crafts/index.html#L20
The text was updated successfully, but these errors were encountered: