Skip to content

Instantly share code, notes, and snippets.

View ERaith's full-sized avatar
🎯
Focusing

Erik Raith ERaith

🎯
Focusing
View GitHub Profile
<html>
<head>
<style type="text/css">
#main { padding: 100px; border: 2px solid pink; }
.blue { background-color: blue; }
</style>
</head>
<body>
<div id="main">Lorem ipsum dolor!</div>
<script type="text/javascript">