Skip to content

Instantly share code, notes, and snippets.

@rozium
Created January 18, 2019 14:50
Show Gist options
  • Save rozium/7542c42306d131cc6be3e765d71f636c to your computer and use it in GitHub Desktop.
Save rozium/7542c42306d131cc6be3e765d71f636c to your computer and use it in GitHub Desktop.
Jabar Digital Service - Frontend - CSS #1
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Avatar</title>
<style>
.avatar {
border: 2px solid grey;
border-radius: 50%;
width: 150px;
height: 150px;
}
</style>
</head>
<body>
<img class="avatar" src="https://goo.gl/khGCrk" alt="avatar" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment