FEAT: Created first demo of project page for malung.
This commit is contained in:
40
styles/experience.css
Normal file
40
styles/experience.css
Normal 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%);
|
||||
}
|
||||
Reference in New Issue
Block a user