init commit
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
.center{
|
||||
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
body, a {
|
||||
|
||||
font-family: Lato, sans-serif;
|
||||
color: white;
|
||||
background-color: #4A245E;
|
||||
font-size: .9em;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
#embedCaption {
|
||||
|
||||
font-size: .8em;
|
||||
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid white;
|
||||
border-collapse: collapse;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
th {
|
||||
|
||||
font-size: 1.3em;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
font-style: italic;
|
||||
text-decoration: underline;
|
||||
|
||||
}
|
||||
|
||||
.profilePic {
|
||||
|
||||
width: 125px;
|
||||
height: 125px;
|
||||
|
||||
}
|
||||
|
||||
.descrip {
|
||||
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user