Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- background: #f3f3f3;
- color: #333;
- width: 100%;
- font-family: sans-serif;
- margin: 0 auto;
- }
- .header{
- width: 90%;
- margin: auto;
- height: 120px;
- line-height: 120px;
- background: #41A85F;
- color: #fff;
- }
- .content{
- width: 90%;
- margin: auto;
- height: 420px;
- padding: 0.1px;
- background: #fff;
- color: #333;
- }
- .kiri{
- width: 70%;
- float: left;
- margin: auto;
- background: #fff;
- height: 420px;
- }
- .kanan{
- width: 30%;
- float: left;
- margin: auto;
- background: #fff;
- height: 420px;
- }
- .border{
- border: 2px solid #74C599;
- margin-top: 1pc;
- padding-bottom: 1pc;
- padding-left: 2pc;
- padding-right: 2pc;
- }
- .undecor{
- text-decoration: none;
- }
- .footer {
- width: 90%;
- margin: auto;
- height: 40px;
- line-height: 40px;
- background: #41A85F;
- color: #fff;
- }
- .menu{
- background-color: #53bd84;
- height: 50px;
- line-height: 50px;
- position: relative;
- width: 90%;
- margin: 0 auto;
- padding: 0 auto;
- }
- .jarak{
- padding: 0 2pc;
- }
- .menu ul{
- list-style: none;
- }
- .menu ul li a {
- float: left;
- width: 70px;
- display: block;
- text-align: center;
- color: #fff;
- text-decoration: none;
- }
- .menu ul li a:hover {
- background-color: #74C599;
- display: block;
- }
- img{
- padding-top: 1pc;
- padding-right: 1pc;
- padding-bottom: 1pc;
- float: left;
- }
Advertisement
Add Comment
Please, Sign In to add comment