blog/css/indexstyle.css
simonpetit f6781edad8
All checks were successful
continuous-integration/drone/push Build is passing
testing
2025-12-10 17:11:41 +00:00

44 lines
576 B
CSS

ul {
width: 40vw;
margin-right: auto;
margin-left: auto;
text-align: center;
padding-left: 0px;
list-style: none;
}
ul li {
margin-bottom: 3vh;
font-family: 'IBM Plex Mono', monospace;
}
ul li a {
text-decoration: none;
color: black;
}
ul li a:link {
text-decoration: none;
}
ul li a:hover {
text-decoration: underline;
color: #AAA;
}
ul li div {
display: flex;
flex-direction: row;
}
ul li div p {
font-size: 0.8em;
}
.title {
margin-top: 5vh;
margin-bottom: 7vh;
text-align: center;
font-family: 'IBM Plex Mono', monospace;
}