terribleMia’s avatarterribleMia’s Twitter Archive—№ 10,715

    1. …in reply to @TerribleMia
      I keep adding details, because CSS art is fun and I don't do it much. Today I figured out… .resize:not([style]) { /* styles an element that can be resized, but hasn't been resized yet */ } You could use .resize:not([style*='width:']) if there are other inline styles.