When I'm working in CodePen or debugging in DevTools, I'll usually default to using red on properties to get a quick idea of what I'm working with. For example: background: red;
. I'm curious though, what color do you default to? I'd be interested to see if there's a de facto standard that we unintentionally realize or if the results are more random.
Share with your friends and coworkers!
https://forms.gle/bkQjnVVVe6NcxZP28
I don't frequent twitter, but share it if you do!
Sean Clendening@seanclendeningWhat is your prototype color? docs.google.com/forms/d/e/1FAI…15:00 PM - 22 Sep 2020
Top comments (8)
I'm stuck with the
#008080
classic Windows 95 background color for some reason.I like it, very soothing.
I had a teacher that started new projects with
* { border: 1px solid gold }
and now I do that every timeAh, yes! All the borders!
With dark background I use- yellow and red with white background
For your next project go with red text and yellow background! You know... for great legibility
I will try for sure..
primary colors to see what is the css really doing and findout artifacts, particulary in react apps some properties can have a diferent behavoiur sometimes