Valislasia: Difference between revisions

From LiberationMUSH Wiki
m (Blanked the page)
Tag: Blanking
mNo edit summary
Line 1: Line 1:
__NOTOC__


<html>
/* Page CSS Begin */
<style type="text/css">
:root {
--DBlue: #326b8d;
}
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Monte+Carlo&family=Redressed&family=WindSong">
p {
font-family: 'Monte Carlo'
color: var(--DBlue);
}
</style>
/* Page CSS End */
<div>
<p>TEST Test test</p>
</div>
</html>

Revision as of 06:36, 1 September 2023


<html> /* Page CSS Begin */ <style type="text/css"> :root { --DBlue: #326b8d; } <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Monte+Carlo&family=Redressed&family=WindSong"> p { font-family: 'Monte Carlo' color: var(--DBlue); } </style> /* Page CSS End */

TEST Test test

</html>