Membuat Aplikasi Berita 3 (PHP dan MySQL) CSS

Untuk mempercantik tampilan pada design web anda, kita akan tambahkan css(Cascading Style Sheet) yang sederhana.
Nama File : style.css
Deskripsi : File css sebagai pemanis tampilan

body {
    font-family:verdana;
    font-size:11px;
}
a {
    color=#0000ff;
    text-decoration:underline;
}
a:hover{
    color:#ffffff;
    background-color=#8AC452;
    text-decoration:none;
}
input, textarea, select, option{
    font-family:verdana;
}
CSS biasanya disisipkan di antara tag "<head>----</head>" pada script html.
Contoh:
<head>
       <title>Input berita</title>
       <link rel="stylesheet" href="style.css">
</head>

0 comments:

Post a Comment

Alexa Rank's

Follow

Powered by Blogger.
Post Comment