DiscordEventLog/styles/index.css
SeaswimmerTheFsh 7bd35f2713
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 32s
initial commit
2023-11-24 17:49:55 -05:00

39 lines
552 B
CSS

body {
background-color: #333;
color: #fff;
font-family: Arial, sans-serif;
}
#menu {
position: fixed;
left: 0;
top: 0;
bottom: 0;
width: 200px;
background-color: #444;
padding: 20px;
}
#menu ul {
list-style-type: none;
padding: 0;
}
#menu li {
margin-bottom: 10px;
}
#login {
position: absolute;
right: 0;
margin-right: 20px;
}
#discord-login {
background-color: #7289da;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}