63 lines
577 B
CSS
63 lines
577 B
CSS
.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;
|
|
|
|
} |