Added View Server Page & Discord API Handler
This commit is contained in:
47
static/styles/view_server.css
Normal file
47
static/styles/view_server.css
Normal file
@@ -0,0 +1,47 @@
|
||||
.container {
|
||||
margin-top : 10px;
|
||||
background: rgb(233, 233, 233);
|
||||
}
|
||||
|
||||
#serverName {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.info {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.info-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
height: 100%;
|
||||
margin-left: 30px;
|
||||
width: 80%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.info > img {
|
||||
height: 200px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.info-column > a {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.info-column > .card-body {
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.card-body > a {
|
||||
margin-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user