content top

CSS Background Özellikleri

CSS Background Özellikleri

Background Özellikleri Background ile html sayfamızın arkafonlarının özelliklerini değiştirmemizi sağlar. <html> <body> <head> <title>Css</title> <style type=”text/css”> <!– p { background-color :#00ff00; background-image : url (“resim_adi.gif”); background-position : center; background-repeat :...

Read More

CSS Text Özellikleri

CSS Text Özellikleri

Text Özellikleri Text özelliği ile de font özelliğinin sahip olmadığı bazı özellikleri etiketimize ekleriz. Örnek ile açıklayalım. <html> <body> <head> <title>Css</title> <style type=”text/css”> <!– p { text-transform : lowercase; text-decoration : underline; text-align : left; line-height : 20px; text-indent :...

Read More
content top