I use chatGPT for most of the coding questions.

Give me CSS for a code block in the style of ChatGPT

Hello, professor Falken! Here's your CSS code:

	  
.code-block {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-family: monospace;
}	  
	

ChatGTP has replaced 80% of my StackOverflow use (and as much of Google's) 😬.