(Created page with "h1{ color:red; }") |
18desilvni (Talk | contribs) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | |||
+ | <head> | ||
+ | |||
+ | <link href="https://fonts.googleapis.com/css?family=Libre+Franklin:100|Quicksand|Roboto" rel="stylesheet"> | ||
+ | <style> | ||
+ | |||
+ | |||
h1{ | h1{ | ||
− | + | font-family: 'Libre Franklin', sans-serif; | |
+ | |||
+ | |||
} | } | ||
+ | |||
+ | h2 { | ||
+ | |||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | |||
+ | |||
+ | |||
+ | } | ||
+ | p{ | ||
+ | padding: 0px 15px; | ||
+ | font-size: 16px; | ||
+ | font-family: Roboto,sans-serif; | ||
+ | |||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | </html> |
Latest revision as of 21:00, 19 October 2017