Template:Flair/Formula box.css
Jump to navigation
Jump to search
box-sizing: border-box; width: fit-content; max-width: 600px; margin: 0; left: 0; padding: 10px 50px; border: 1px solid #ddd; border-radius: 8px; background-color: #f8f8f8; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); font-family: 'Helvetica', sans-serif; font-size: 16px; line-height: 1.6; color: #333; text-align: center;
Contents
Examples
Quadratic Formula
x = (-b ± √(b2 - 4ac)) / (2a)
Pythagorean Theorem
c = √(a2 + b2)
Area of a Circle
A = πr2
Sum of Arithmetic Series
S = (n/2)(2a + (n-1)d)
Euler's Identity
eiπ + 1 = 0