Commit b985c797 by agungb

memperbaiki home.pt sipkd

1 parent e19c5700
......@@ -3,33 +3,36 @@
<link href="/static/css/theme.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style type="text/css">
.judul {
padding: .5em;
font-weight: bold;
text-transform: uppercase;
background: #009688;
color: #fff;
}
.slide {
padding: 1.125%;
}
.about {
padding-right: 4%;
padding-left: 2.75%;
margin-top: -.675%;
}
.well {
font-family: 'Roboto','Helvetica', sans-serif;
font-size: 1.125em;
line-height: 1.875em;
}
.well h3 {
margin-top: .2em;
text-transform: capitalize;
font-size: 2.275em;
font-weight: bold;
color: #616161;
}
.judul {
padding: .5em;
font-weight: bold;
text-transform: uppercase;
background: #ac284f;
color: #fff;
}
.slide {
padding: 1.125%;
}
.about {
padding-right: 4%;
padding-left: 2.75%;
margin-top: -.675%;
}
.well {
font-family: "Open Sans",Arial,'Helvetica', sans-serif;
/*font-size: 1.125em;*/
line-height: 1.875em;
}
.well h1 {
font-size: 1.5em;
}
.well h3 {
margin-top: .2em;
text-transform: capitalize;
font-size: 1.375em;
font-weight: bold;
color: #616161;
}
</style>
<div class="well">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!