switch to eta
This commit is contained in:
parent
c0faaf51ff
commit
578279a07d
7 changed files with 2784 additions and 1016 deletions
38
assets/style.css
Normal file
38
assets/style.css
Normal file
|
@ -0,0 +1,38 @@
|
|||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.main {
|
||||
color: #ffffff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #1b171f;
|
||||
width: 1200px;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
.contents {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.info {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
width: 800px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.graphics {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: flex-start;
|
||||
width: 240px;
|
||||
}
|
||||
|
||||
.graphics > img {
|
||||
border-radius: 100%;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue