added poems and redesigned
This commit is contained in:
23
style.css
23
style.css
@@ -70,3 +70,26 @@ p {
|
||||
size: auto;
|
||||
margin: 0mm;
|
||||
}
|
||||
#links {
|
||||
max-width: 600px;
|
||||
padding-top: 10vh;
|
||||
margin: auto;
|
||||
}
|
||||
.elem {
|
||||
display: block;
|
||||
width: 300px;
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
margin: 1em;
|
||||
font-size: 23px;
|
||||
border-bottom: 5px solid;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.elem:nth-child(odd) {
|
||||
margin-left: 2em;
|
||||
}
|
||||
.elem:hover {
|
||||
color: #666;
|
||||
border-color: #666;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user