Skip to content
Snippets Groups Projects
Commit f3d52faa authored by solarfiction's avatar solarfiction
Browse files

Upload New File

parent c7c258a6
Branches clog_pub
No related tags found
1 merge request!1Clog pub
main.css 0 → 100644
body {
font-family: "format";
font-weight:normal;
font-style:normal;
font-size: 30px;
background-color: rgba(214, 218, 0, 0.5)
}
h1 {
font-size: 50px;
}
.container {
display:flex;
flex-direction: column-reverse;
margin: 30px;
}
.post {
display: grid;
grid-template-rows: auto 1fr auto;
}
.subject {
font-size: 40px;
background-color: #ffe9af;
padding: 10px;
text-transform: uppercase;
}
.text {
background-color: pink;
padding: 10px;
font-size: 20px;
column-count: 2;
}
#header{
height: auto;
width: 100%;
}
.imgbox {
background-color: rgba(92, 111, 21, 0.96);
padding: 10px;
}
.imgbox img {
display: block;
max-width: 100%;
height: auto;
margin: auto;
}
.date {
text-align: right;
background-color: rgb(215, 130, 255);
font-size:20px;
padding: 10px;
}
@font-face {
font-family: "format";
src: url("Format_1452.woff");
}
* {
box-sizing: border-box;
}
.column {
float: left;
width: 50%;
padding: 10px;
height: auto;
}
.row:after {
content: "";
display: table;
clear: both;
}
@media screen and (max-width: 600px) {
.column {
width: 100%;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment