
For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Arafat -
Ben Halpern -
Ernane Ferreira -
Ben Halpern -
Once suspended, kirzin will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, kirzin will be able to comment and publish posts again.
Once unpublished, all posts by kirzin will become hidden and only accessible to themselves.
If kirzin is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to 0xKirz.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag kirzin:
Unflagging kirzin will restore default visibility to their posts.
Top comments (4)
You can also add the, scroll behaviour and stuff in the select all elements instead of fixing to a container
However few might not agree with it, but it's my opinion
i would love to try that thanks
Good,
always use classes for styling instead of I'ds,
bcz I'ds are unique and cannot overwrite itself like an class,
and I'ds have special browser functionality like scrolling to a particular div or section, and I'ds have higher specificity value than css, so I'ds should be unique
But here the text output will be red
If you wantedly styled the page like that means it's okay, but always prefer to use the classes for styling
Final stuff you doesn't need to mention this tag before attributes like ex:
Instead use there own class attribute, bcz it won't look that good to use the entire parents tag of that tag or attributes, if you use that you are styling for that section only, Instead use only attributes bcz if you need to add any div or span tag in between you have to change the css also, if not you will loose the styling that will be very time taking, so always prefer to use only attributes, if you want to vary between other attributes then you can use like aren't attributes and child attributes,
Ex:
Here both the child attributes are same but differed by the parent attribute
I tried to explain as much as possible, if you find any grammatical mistakes I am sorry, I hope you understand and won't do the mistakes I do
thank u for the tips sir highly appreciated i'm still studying css