CSS

Websitemde Kullandığım CSS kodları:

body {
    background-attachment: fixed;
}
body {
    font-family: "Times New Roman", Times, serif;
}
body {
    font-size: 14px;
}
a:link {
    color: red;
}
a:visited {
    color: green;
}
a:hover {
    color: hotpink;
}
a:active {
    color: blue;
}

Hiç yorum yok:

Yorum Gönder