IA.css: Difference between revisions
Jump to navigation
Jump to search
m Maybe this'll work |
m Testing |
||
Line 3: | Line 3: | ||
} | } | ||
h2{ | h2{ | ||
font-size: | font-size: 50px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
h3{ | h3{ | ||
font-size: | font-size: 1000px; | ||
} | } | ||
::selection{ | ::selection{ |
Revision as of 08:38, 21 May 2022
p{ font-size: 200%; } h2{ font-size: 50px; text-align: center; } h3{ font-size: 1000px; } ::selection{ background: black; color: white; }