-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
1 lines (1 loc) · 826 Bytes
/
style.css
File metadata and controls
1 lines (1 loc) · 826 Bytes
1
html { font-family: "Courier New", Courier, monospace; max-width: 1050px; margin-left: auto; margin-right: auto; margin-top: 30px; color: white padding-bottom: 200px; background-color: #111111 ; } .cssVersion { font-family: "Courier New", Courier, monospace; } a:hover { color: white } a { color: DarkCyan } .entry { font-family: "Courier New", Courier, monospace; border-left: 10px solid DarkSlateGray padding: 0px 10px 0px 10px; border-radius: 0 30px 30px 0; margin-bottom: 20px; background-color: darkgray ; } .tag { font-family: "Courier New", Courier, monospace; border-left: 10px solid WhiteSmoke; padding: 0px 10px 0px 10px; border-radius: 0 30px 30px 0; margin-bottom: 20px; background-color: gray ; } h1 { color: white } h2 { font-family: "Courier New", Courier, monospace; margin: 5px auto 2px auto; color: black; }