Talon/tests/testfiles/RustyPipe/rp_style.css
2023-02-25 15:46:46 +01:00

22 lines
268 B
CSS

body {
background-color: #161b22;
font-family: sans-serif;
color: #fff;
}
h1 {
color: #ff5100;
font-size: 3em;
}
#main {
text-align: center;
margin: 0 10%;
}
#main p {
text-align: justify;
background-color: #1f242b;
padding: 20px;
border-radius: 15px;
}