UNPKG

@fearsomechicken/my-css-library

Version:
22 lines (20 loc) 386 B
/* styles.css */ body { font-family: Arial, sans-serif; background-color: #f0f0f0; color: #333; margin: 0; padding: 0; } .centerItDumbass{ display: flex; height: 100vh; justify-content: center; align-items: center; } .container { padding: 20px; background-color: #333; color: antiquewhite; text-align: center; }