Background Unik Dengan CSS

Background Unik Dengan CSS -


Background Unik Dengan CSS - Background CSS | Kali ini Ncofies akan membuat background yang agak unik yaitu pojokannya sedikit bengkok atau agak elips, lebih baiknya anda baca tutorila kali ini dengan cermat, berikut salah satu contoh Cara Membuat Backgound Dengan CSS lihat gambar berikut :  
Background Unik Dengan CSS 
Berikut Codingnya :   
<html>
<head>
    <style type="text/css">
    Body{
        background-color:#F8F8FF;}
    H1  {
        margin:auto;
        text-align:center;
        font-size:25px;
        width:50%;
        background-color:#7FFF00;
        border:5px solid black;
        border-top-right-radius:20;
        border-top-left-radius:20;
        border-bottom-left-radius:20;
        border-bottom-right-radius:20; }
    h2   {
        margin:auto;
        text-align:center;
        border:2px solid black;
        background-color:#00FFFF;
        width:50%;
        border-top-right-radius:15;
        border-bottom-left-radius:15; }
        }
    </style>

</head>
<body>
    <h1> CARA MEMBUAT BACKGROUND UNIK Catatan Google</H1>
    <P/>
    <h2> BENTUK BACKGROUND 2 Catatan Google</H2>
</body>
</html>
 Anda copy code diatas ke notepad dan simpan dengan format HTML. semoga bermanfaat.




100out of 100 based on 99995 ratings. 1 user reviews.

0 komentar:

Posting Komentar

Arsip Blog