<img src="https://i.pravatar.cc/60" width="100" height="100" alt="" />
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
}
body {
  background-color: rgb(21, 32, 43);
  display: flex;
  justify-content: center;
  align-items: center;
}
img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid white;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.