Commit b985c797 by agungb

memperbaiki home.pt sipkd

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