my-website/stylish.css

43 lines
534 B
CSS
Raw Normal View History

2025-07-23 02:30:22 +01:00
@font-face {
font-family: 'Iosevka';
2025-07-23 14:15:25 +01:00
src: url('Iosevka-Regular.ttf') format('truetype');
2025-07-23 02:30:22 +01:00
font-weight: normal;
font-style: normal;
}
p {
margin-left:25%;
color: white;
font-family: 'Iosevka', monospace;
}
h1 {
color: white;
font-family: 'Iosevka', monospace;
font-size: 33px;
}
h2 {
margin-left: 25%;
color: white;
font-family: 'Iosevka', monospace;
}
.noleftm {
margin-left: 0;
}
2025-07-23 15:11:08 +01:00
.half-left {
width: 50%;
margin-left: 0;
margin-right: auto;
}
2025-07-27 13:24:20 +01:00
a:visited {
color: #9A7ED1;
}