Updated css and index file
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -15,32 +17,28 @@ body {
|
||||
}
|
||||
|
||||
#container {
|
||||
display: block;
|
||||
width: auto;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#banner {
|
||||
color: #d6d6d6;
|
||||
font-family: 'Fira Mono', monospace;
|
||||
text-align: center;
|
||||
font-size: 2vh;
|
||||
font-style: italic;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#hello-world {
|
||||
color: #d6d6d6;
|
||||
font-family: 'Fira Mono', monospace;
|
||||
min-height: 4vh;
|
||||
width: 100%;
|
||||
max-height: 100px;
|
||||
text-align: center;
|
||||
max-width: 100%;
|
||||
min-width: 620px;
|
||||
}
|
||||
|
||||
#command {
|
||||
width: 100%;
|
||||
max-height: 100px;
|
||||
font-size: 5vw;
|
||||
animation: linear;
|
||||
font-size: 6vw;
|
||||
}
|
||||
|
||||
#pipe {
|
||||
animation: animate 1.5s linear infinite alternate;
|
||||
max-height: 1vh;
|
||||
}
|
||||
|
||||
@keyframes animate{
|
||||
@@ -52,15 +50,15 @@ body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#links-nav > a {
|
||||
#links-nav a {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
max-height: 5vh;
|
||||
max-width: 5vw;
|
||||
min-height: 24px;
|
||||
min-width: 24px;
|
||||
}
|
Reference in New Issue
Block a user