Skip to content

Instantly share code, notes, and snippets.

@tbuwadi
Created November 20, 2021 15:53
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 tbuwadi/198434096489e51a2bd6d88364c60339 to your computer and use it in GitHub Desktop.
Save tbuwadi/198434096489e51a2bd6d88364c60339 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
padding: 20px;
}
button{
background-color: cadetblue;
border-radius: 15px;
border: 0;
padding: 15px;
color: white;
width: 90%;
}
</style>
</head>
<body>
<h1>Study Resources</h1>
<a href="https://owl.uwo.ca/portal" target="_blank"><button>School Site</button></a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment