Added blogging setup
This commit is contained in:
@@ -28,24 +28,14 @@ $winter_blue: #252535;
|
||||
margin-right: 5%;
|
||||
}
|
||||
|
||||
.content-box {
|
||||
background-color: rgba(31, 31, 40, 0.7);
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
width: 80%;
|
||||
margin: 10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.icon-group {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.icon {
|
||||
border-radius: 10px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: 15px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
@@ -64,11 +54,15 @@ $winter_blue: #252535;
|
||||
//border-width: 3px;
|
||||
}
|
||||
|
||||
.date {
|
||||
color: $autumn_red;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: $crystal_blue;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
padding: 10px 0px;
|
||||
//margin-left: 5%;
|
||||
//margin-right: 5%;
|
||||
//padding: 10px 0px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -81,10 +75,12 @@ p {
|
||||
|
||||
|
||||
body {
|
||||
background-image: url("PerfectSunrise.jpg");
|
||||
background-size: auto 150%;
|
||||
background-repeat: no-repeat;
|
||||
margin: 0px;
|
||||
background-color: $sumi_ink1;
|
||||
padding: 10px;
|
||||
width: 80%;
|
||||
margin: 10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
a:link {
|
||||
@@ -94,3 +90,10 @@ a:link {
|
||||
a:visited {
|
||||
color: $oni_violet;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 10%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user