ahyenno
This commit is contained in:
110
style.css
110
style.css
@@ -20,6 +20,7 @@ main {
|
||||
background-image: url("static/img/bg.svg");
|
||||
background-repeat: space;
|
||||
background-position-x: center;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
footer {
|
||||
@@ -104,7 +105,6 @@ h2, p, ul {
|
||||
}
|
||||
|
||||
.skill-card {
|
||||
filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.25));
|
||||
border-radius: 12px;
|
||||
border: 3px solid rgba(0, 0, 0, 0.27);
|
||||
width: 350px;
|
||||
@@ -129,71 +129,57 @@ h2, p, ul {
|
||||
width: 112px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 20px
|
||||
}
|
||||
|
||||
.n-skill-card {
|
||||
border: 3px dashed #000000;
|
||||
padding: 20px;
|
||||
row-gap: 34px;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.n-skill-item {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.n-skill-item.front {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
.n-skill-item.qa {
|
||||
align-content: flex-start;
|
||||
}
|
||||
|
||||
.diagram {
|
||||
max-width: 95vw;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1050px) {
|
||||
.header-menu {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Typography */
|
||||
|
||||
.inter-22 {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-size: 22px;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
.inter-40 {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 40px;
|
||||
line-height: 48px;
|
||||
}
|
||||
|
||||
.inter-28-700 {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 28px;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.inter-24-600 {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-size: 24px;
|
||||
line-height: 29px;
|
||||
font-display: swap;
|
||||
src: url("font-files/IBMPlexMono-SemiBold.ttf") format("truetype")
|
||||
}
|
||||
|
||||
.inter-28 {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 28px;
|
||||
line-height: 34px;
|
||||
font-display: swap;
|
||||
src: url("font-files/IBMPlexMono-Regular.ttf") format("truetype")
|
||||
}
|
||||
|
||||
.inter-34-700 {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 34px;
|
||||
line-height: 41px;
|
||||
}
|
||||
|
||||
.inter-38 {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 38px;
|
||||
line-height: 46px;
|
||||
}
|
||||
|
||||
.inter-26-600 {
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-size: 26px;
|
||||
line-height: 31px;
|
||||
}
|
||||
|
||||
.ibmplexmono-22 {
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
@@ -235,4 +221,10 @@ h2, p, ul {
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
font-weight: 400;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.ibmplexmono-38-600 {
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
font-weight: 600;
|
||||
font-size: 40px;
|
||||
}
|
||||
Reference in New Issue
Block a user