38 lines
484 B
CSS
38 lines
484 B
CSS
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.portrait {
|
|
width: 150x;
|
|
height: 150px;
|
|
margin: 20px;
|
|
float: left;
|
|
}
|
|
|
|
.job-listing {
|
|
min-height: 250px;
|
|
}
|
|
|
|
#navBar {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
#navBar a {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.hack {
|
|
position: absolute;
|
|
top:45%;
|
|
left: 35%;
|
|
background-color: #ff9800;
|
|
|
|
z-index: 10;
|
|
|
|
font-size: 64px;
|
|
border: medium solid green;
|
|
|
|
padding: 20px 20px 20px 20px;
|
|
} |