Created
November 20, 2021 15:53
-
-
Save tbuwadi/198434096489e51a2bd6d88364c60339 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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