alf-007 / homepage

My first personal website. Basically it is just a résumé. https://alf-007.github.io/homepage/
https://alf-007.github.io/homepage/
MIT License
0 stars 0 forks source link

Add Intro and skills styles into styles.css #16

Closed alf-007 closed 3 months ago

alf-007 commented 3 months ago
.intro {
  display: flex;
  justify-content: start;
}

.intro__icon-wrapper {
  margin-right: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
}

.intro__icon {
  height: 1.1428rem;
  vertical-align: text-bottom;
}

.intro__icon path {
  fill: var(--text-decoration-color);
}

.intro_text {
  color: var(--secondary-text-color);
  text-align: justify;
}

.skills__header {
  color: var(--secondary-text-color);
  text-align: center;
  margin-bottom: 15px;
}

.skills__text {
  color: var(--secondary-text-color);
  text-align: justify;
}