Skip to content

Instantly share code, notes, and snippets.

@Pavaniysk
Created December 23, 2022 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pavaniysk/8c28e04155f9c7d89b8c5058ca9c6db2 to your computer and use it in GitHub Desktop.
Save Pavaniysk/8c28e04155f9c7d89b8c5058ca9c6db2 to your computer and use it in GitHub Desktop.
<head>
<style>
background{
background-color: beige;
opacity:1;
}
h1{
color:blue;
text-align: end;
font-size:large;
}
h2{
color:brown;
text-align: end;
font-size: medium;
}
h3{
color:crimson;
text-align: end;
font-size: medium;
}
</style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment