This content originally appeared on DEV Community and was authored by Yash Desai
Are you bored to type border: 1px solid red;
each time to figure out some elements or to debug them?
Now all you need to just add a class ?
at the end of your element's class list, that's it.
Add this tag into your <head>
tag
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/YashDDesai/question-mark-css@1.0.2/question-mark.css"
/>
now, just add a class ?
at the end of your element's class list
for example:
<div class="h-36 w-36 bg-green-100 ?">
<!-- to-do -->
</div>
This content originally appeared on DEV Community and was authored by Yash Desai

Yash Desai | Sciencx (2021-04-11T15:29:41+00:00) Do you often use border property to figure out and focus elements in CSS. Retrieved from https://www.scien.cx/2021/04/11/do-you-often-use-border-property-to-figure-out-and-focus-elements-in-css/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.