New ui I guess ??
This commit is contained in:
parent
f56f7fd9ab
commit
821dd7ff87
4 changed files with 43 additions and 59 deletions
|
@ -21,10 +21,12 @@ body {
|
|||
margin: auto;
|
||||
background-color: rgb(10, 5, 20);
|
||||
max-width: 1100px;
|
||||
}
|
||||
|
||||
animation-name: "fade-in";
|
||||
animation-duration: 1.5s;
|
||||
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
#maindiv {
|
||||
animation-name: fade-in;
|
||||
animation-duration: .75s;
|
||||
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -66,8 +68,8 @@ p {
|
|||
}
|
||||
|
||||
img {
|
||||
width: 45%;
|
||||
max-width: 175px;
|
||||
width: 60%;
|
||||
max-width: 135px;
|
||||
border: darkgray 4px solid;
|
||||
border-radius: 50%;
|
||||
transform: scale(0.95);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue