forked from ohayo-jacob/takunomi-blog
91 lines
1.2 KiB
CSS
91 lines
1.2 KiB
CSS
body a {
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
html, body {
|
|
color: LightGrey;
|
|
font-family: 'HelveticaNeue-Light','Helvetica Neue', Helvetica, Arial, sans-serif;;
|
|
font-size: 15px;
|
|
line-height: 170%;
|
|
color: #35465D;
|
|
background-color: #506692;
|
|
}
|
|
|
|
article {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.no-link {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.headerWrapper {
|
|
display: flex;
|
|
background-color: #506692;
|
|
justify-content: left;
|
|
text-align: left;
|
|
align: left;
|
|
font-size: 25px;
|
|
min-height: 90px;
|
|
}
|
|
|
|
.header{
|
|
margin: auto;
|
|
text-align: left;
|
|
}
|
|
|
|
.posts{
|
|
width: 700px;
|
|
background-color: #506692;
|
|
}
|
|
|
|
.post{
|
|
width: 568px;
|
|
background-color: #d6e2fa;
|
|
padding: 50px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
p {
|
|
text-indent: 25px;
|
|
}
|
|
|
|
img {
|
|
max-width: 500px;
|
|
}
|
|
|
|
ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.tagline{
|
|
text-align: center;
|
|
}
|
|
|
|
.menu{
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.menuElement{
|
|
padding: 20px;
|
|
}
|
|
|
|
#menu ul{
|
|
float: center;
|
|
text-align: center;
|
|
list-style: none;
|
|
}
|
|
#menu li{
|
|
display: inline-block;
|
|
} |