<ul class="home__list">
                  <li class="home__list-item">
                    <a class="home__list-link link" href="">VK</a>
                  </li>
                  <li class="home__list-item">
                    <a class="home__list-link link" href="">Telegram</a>
                  </li>
                  <li class="home__list-item">
                    <a class="home__list-link link" href="">Dribbble</a>
                  </li>
                  <li class="home__list-item">
                    <a class="home__list-link link" href="">Bēhance</a>
                  </li>
                </ul>
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
body {
  color: #1A1A1A;
  font-family: "Rubik";
}

.link {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 16px;
}
.link::after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: black;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.link:hover::after {
  width: 100%;
}

.home__list {
  margin-bottom: 140px;
  text-align: right;
}
.home__list-item {
  margin-bottom: 16px;
}
.home__list-link {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.