+ 1
Check it out
What are some tips?? https://sololearn.com/compiler-playground/WlmWz5t09553/?ref=app
8 Respuestas
0
https://sololearn.com/compiler-playground/WF8oxkvIH0DO/?ref=app
+ 2
your css looks weird.
in your css, you have
body{
} Body {...}
while html tag names is case insensitive, you should make it a habit to be conscious of being consistent and generally conforming to the general usage. use body, not Body, format the rules neatly and delete unused rules.
css was evaluated correctly this time, but don't get used to writing careless codes.
it should be:
body {
background-color: #55BAFF;
}
+ 1
Well it is aloud because Iam asking a question ❓
0
Tell me what I should fix or any tips would be appreciated 😃
0
You should put the h1 and button elements in the body tag. Also, the main text of the page about your followers should be in the p tag.
0
Also, the text in the "head" element should be placed inside the "title" tag.
0
Thanks for the tips 😄
0
This is not what QA forums are for. Please use ur feed for self advertisement next time, as it violates forum rules.