Last active
October 3, 2022 12:36
-
-
Save ryankert01/d44fb8c4917b17a2e58675e6fdec23b4 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>Ryan</title> | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> | |
<style> | |
img { | |
width: 200px; | |
border-radius:50%; | |
} | |
body { | |
font-family: Roboto, sans-serif; | |
} | |
div { | |
text-align: center; | |
} | |
</style> | |
</head> | |
<body> | |
<div> | |
<img src="https://avatars.githubusercontent.com/u/91534261?v=4" alt=""><br> | |
<h1>Ryan</h1><br> | |
<p>Hi! I'm a student.</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment