"എസ് .ഡി. പി. എച്ച്. എസ്. ധർമ്മത്തടുക്ക/Sanskrit Club" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
No edit summary |
No edit summary |
||
വരി 1: | വരി 1: | ||
<!DOCTYPE html> | |||
<html> | |||
<head> | |||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia&effect=fire"> | |||
<style> | |||
body { | |||
font-family: "Sofia", sans-serif; | |||
font-size: 30px; | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<h1 class="font-effect-fire">Sofia on Fire</h1> | |||
<p class="font-effect-fire">Lorem ipsum dolor sit amet.</p> | |||
<p class="font-effect-fire">123456790</p> | |||
</body> | |||
</html> |
21:37, 1 ഓഗസ്റ്റ് 2024-നു നിലവിലുണ്ടായിരുന്ന രൂപം
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia&effect=fire"> <style> body {
font-family: "Sofia", sans-serif; font-size: 30px;
} </style> </head> <body>
Sofia on Fire
Lorem ipsum dolor sit amet.
123456790
</body> </html>