Important: The GCConnex decommission will not affect GCCollab or GCWiki. Thank you and happy collaborating!

Difference between revisions of "Test chat"

From wiki
Jump to navigation Jump to search
(Created page with "<!DOCTYPE html> <html> <head> <title>Título da Página - Nome do Artista</title> <style> body { background-color: #ffe5b4; color: black; font-family: Arial, sans...")
 
Line 4: Line 4:
 
<title>Título da Página - Nome do Artista</title>
 
<title>Título da Página - Nome do Artista</title>
 
<style>
 
<style>
body {
 
background-color: #ffe5b4;
 
color: black;
 
font-family: Arial, sans-serif;
 
}
 
h1 {
 
color: #ff6347;
 
font-size: 36px;
 
text-align: center;
 
}
 
h2 {
 
color: #8b0000;
 
font-size: 24px;
 
margin-top: 30px;
 
margin-bottom: 10px;
 
}
 
p {
 
margin-top: 10px;
 
margin-bottom: 10px;
 
text-align: justify;
 
}
 
a {
 
color: #8b0000;
 
text-decoration: none;
 
}
 
a:hover {
 
text-decoration: underline;
 
}
 
</style>
 
</head>
 
<body>
 
<h1>Título da Página - Nome do Artista</h1>
 
<h2>Biografia</h2>
 
<p>Esta seção contém informações biográficas sobre o artista, como sua data de nascimento, local de origem, história da carreira, prêmios e realizações.</p>
 
 
<h2>Discografia</h2>
 

Revision as of 12:54, 17 February 2023

<!DOCTYPE html> <html> <head> <title>Título da Página - Nome do Artista</title> <style>