Do you often use border property to figure out and focus elements in CSS

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=”s…


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>

Alt Text


This content originally appeared on DEV Community and was authored by Yash Desai


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » Do you often use border property to figure out and focus elements in CSS." Yash Desai | Sciencx - Sunday April 11, 2021, https://www.scien.cx/2021/04/11/do-you-often-use-border-property-to-figure-out-and-focus-elements-in-css/
HARVARD
Yash Desai | Sciencx Sunday April 11, 2021 » Do you often use border property to figure out and focus elements in CSS., viewed ,<https://www.scien.cx/2021/04/11/do-you-often-use-border-property-to-figure-out-and-focus-elements-in-css/>
VANCOUVER
Yash Desai | Sciencx - » Do you often use border property to figure out and focus elements in CSS. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/11/do-you-often-use-border-property-to-figure-out-and-focus-elements-in-css/
CHICAGO
" » Do you often use border property to figure out and focus elements in CSS." Yash Desai | Sciencx - Accessed . https://www.scien.cx/2021/04/11/do-you-often-use-border-property-to-figure-out-and-focus-elements-in-css/
IEEE
" » Do you often use border property to figure out and focus elements in CSS." Yash Desai | Sciencx [Online]. Available: https://www.scien.cx/2021/04/11/do-you-often-use-border-property-to-figure-out-and-focus-elements-in-css/. [Accessed: ]
rf:citation
» Do you often use border property to figure out and focus elements in CSS | Yash Desai | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.