<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#eraOutput {
  display: inline-block; /* displays the element as a block-level element, but allows it to be inline with other elements */
  font-weight: bold;
  font-size: 36px; /* makes the text larger */
  padding: 20px; /* adds some padding to the element */
  background-color: #f2f2f2; /* adds a background color */
  border-radius: 10px; /* adds rounded corners */
  border: 1px solid #ccc; /* adds a border */
  width: 100%; /* takes up the full width of its parent element */
}
</pre></body></html>