User: Anemonedotjpg: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
(Anemonedotjpg changed the content model of the page User:Anemonedotjpg from "wikitext" to "CSS": i wanna personalise it)
Tag: content model change
No edit summary
Line 1: Line 1:
sup, my name is jack (any pronouns) and i love lost media, my main interests are music, internet stuff and literature. [https://www.last.fm/user/anemonedotjpg you can find me on last.fm] and [https://rateyourmusic.com/~gluee rym] ( ✜‿✜)ノシ
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color: lightblue;
}


articles i've created:
h1 {
* [https://lostmediawiki.com/jazz_goes_to_college_(partially_found_bbc_jazz_concert_series;_1966-1967) jazz goes to college (partially found bbc jazz concert series; 1966-1967)]
  color: white;
* [https://lostmediawiki.com/gamsonite_(partially_lost_music_from_online_label;_2012-2013) gamsonite (partially lost music from online label; 2012-2013)]
  text-align: center;
* [https://lostmediawiki.com/mind_playing_tricks_on_me_(lost_early_scarface_solo_version_of_geto_boys_song;_1991) mind playing tricks on me (lost early scarface solo version of geto boys song; 1991)]
}
* [https://lostmediawiki.com/nightcore_(lost_music_from_norwegian_duo;_circa_2003) nightcore (partially found music from norwegian duo; circa 2001-2003)]
 
p {
  font-family: verdana;
  font-size: 20px;
}
</style>
</head>
<body>
 
<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>
 
</body>
</html>

Revision as of 18:50, 15 April 2021

<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
</style>
</head>
<body>

<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>

</body>
</html>