FEAT: Created first demo of project page for malung.

This commit is contained in:
MajorDroolz
2023-01-04 04:26:14 -05:00
parent 28e1dcc5d5
commit f0b2bc0474
7 changed files with 104 additions and 7 deletions

40
styles/experience.css Normal file
View File

@@ -0,0 +1,40 @@
#banner {
margin-top: 10px;
padding: 20px 0;
display: flex;
justify-content: space-between;
align-items: center;
line-height: 1;
}
#experience {
color: white;
gap: 30px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
#content {
display: flex;
flex-wrap: wrap-reverse;
align-items: flex-end;
gap: 30px;
}
#image {
flex: 1;
background-color: #ccc;
border-radius: 10px;
height: 300px;
min-width: min(500px, 100%);
}
#description {
flex: 1;
gap: 30px;
display: flex;
flex-direction: column;
align-items: flex-start;
min-width: min(300px, 100%);
}