Skip to content

Instantly share code, notes, and snippets.

@Vyrwn
Last active October 19, 2017 14:10
Show Gist options
  • Save Vyrwn/559983cda7802573a229df8925cb9934 to your computer and use it in GitHub Desktop.
Save Vyrwn/559983cda7802573a229df8925cb9934 to your computer and use it in GitHub Desktop.
AEC_htlm_Workshop
license: mit
<header>
</header>
<style>
p{
font-size: 27px;
}
#first_paragraph{
font-size: 50px;
}
.fancy{
color: red;
}
</style>
<body>
<div class="fancy">
<p id="first_paragraph" style="color:cyan;">
Hello world!
</p>
</div>
<p id="second_paragraph">
this is my text
</p>
<svg height="300" width="300">
<!-- comment -->
<circle cx="150" cy="150" r="120" stroke="black" stroke-width="3" fill="rgb(248,82,82)" />
</svg>
</svg>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment