Skip to content

Instantly share code, notes, and snippets.

@Tynael
Created March 21, 2023 17:18
Show Gist options
  • Select an option

  • Save Tynael/2588b14fa9e6eb261da44d88dba12adf to your computer and use it in GitHub Desktop.

Select an option

Save Tynael/2588b14fa9e6eb261da44d88dba12adf to your computer and use it in GitHub Desktop.
Example of CSS 1 code
<HEAD>
<TITLE>CSS Example</TITLE>
<STYLE TYPE="text/css">
H1 { font-size: x-large; color: red }
H2 { font-size: large; color: blue }
</STYLE>
</HEAD>
@Tynael
Copy link
Author

Tynael commented Mar 21, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment