css fiddling
parent
44c8e52f7f
commit
883f496d92
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>the web log of vilmibm</title>
|
<title>the web log of vilmibm</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="alternate" type="application/rss+xml" href="feed.xml" title="the web log of vilmibm">
|
<link rel="alternate" type="application/rss+xml" href="feed.xml" title="the web log of vilmibm">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
@ -25,8 +26,6 @@
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
margin-right: 25%;
|
|
||||||
margin-left: 25%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top: 1px solid #ce77c5;
|
border-top: 1px solid #ce77c5;
|
||||||
}
|
}
|
||||||
|
@ -38,11 +37,22 @@
|
||||||
font-style: oblique;
|
font-style: oblique;
|
||||||
}
|
}
|
||||||
.post {
|
.post {
|
||||||
margin-right: 25%;
|
|
||||||
margin-left: 25%;
|
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
border-bottom: 1px solid #ce77c5;
|
border-bottom: 1px solid #ce77c5;
|
||||||
}
|
}
|
||||||
|
@media screen and (min-width: 600px) {
|
||||||
|
.post {
|
||||||
|
margin-right: 25%;
|
||||||
|
margin-left: 25%;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
margin-right: 25%;
|
||||||
|
margin-left: 25%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
max-width:100%;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ce77c5;
|
color: #ce77c5;
|
||||||
|
|
Loading…
Reference in New Issue