Valislasia: Difference between revisions

From LiberationMUSH Wiki
mNo edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__


<html>
<!DOCTYPE html>
/* Page CSS Begin */
<html lang="en" dir="ltr">
<style type="text/css">
<head>
:root {
<meta charset="utf-8">
--DBlue: #326b8d;
<meta name="viewport" content="width=device-width, intitial-scale=1.0">
}
<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>
<style type="text/css">
<p>TEST Test test</p>
:root {
</div>
--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>
</head>
 
<body>
<div>
<p>TEST Test test</p>
</div>
</body>
</html>
</html>

Revision as of 07:12, 1 September 2023


<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, intitial-scale=1.0">

<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> </head>

<body>

TEST Test test

</body> </html>