This commit is contained in:
@@ -115,7 +115,7 @@ a {
|
||||
|
||||
.post a {
|
||||
text-decoration: underline;
|
||||
color:blue;
|
||||
color:orangered;
|
||||
}
|
||||
|
||||
.post * {
|
||||
@@ -142,8 +142,8 @@ nav ul {
|
||||
}
|
||||
|
||||
#name {
|
||||
font-size: 5rem;
|
||||
margin: 20px;
|
||||
font-size: clamp(3.5rem, 12vw , 5rem);
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
animation: nameShadow 5s linear infinite;
|
||||
letter-spacing: 2px;
|
||||
|
||||
Reference in New Issue
Block a user