Files
orangepunk-html/style.css
T

38 lines
484 B
CSS
Raw Normal View History

2025-10-12 21:30:25 -07:00
.hidden {
display: none;
}
.portrait {
width: 150x;
height: 150px;
margin: 20px;
float: left;
}
.job-listing {
min-height: 250px;
2025-10-12 23:38:44 -07:00
}
#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;
2025-10-12 21:30:25 -07:00
}