switch to eta

This commit is contained in:
hazycora 2023-08-02 17:37:47 -05:00
parent c0faaf51ff
commit 578279a07d
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
7 changed files with 2784 additions and 1016 deletions

38
assets/style.css Normal file
View 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;
}