Layout CSS
<style>
.y2k-blog-post {
background-color: #111;
color: #00ff00;
font-family: 'Verdana', sans-serif;
width: 80%;
margin: 20px auto;
padding: 15px;
border: 2px dashed #ff00ff;
box-shadow: 5px 5px 0px #00ffff;
}
.y2k-blog-title {
color: #ff00ff;
font-size: 24px;
text-align: center;
border-bottom: 1px solid #00ffff;
padding-bottom: 10px;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 2px;
}
.y2k-date {
font-size: 10px;
color: #fff;
text-align: right;
}
.y2k-content {
font-size: 14px;
line-height: 1.6;
}
.y2k-highlight {
background-color: #ff00ff;
color: #fff;
padding: 0 4px;
font-weight: bold;
}
</style>
Comments (0)
No comments yet. Be the first!
Log in to leave a comment.