Pastebin
Retrouvez, créez et partagez vos snippets en temps réel.
Rechercher un Pastebin
Aucun paste trouvé.
Créer un paste
Pastebin
Blog
sinav
1-Form Oluşturma <form name="ders" action="style.css" method="get/post"> <p>Ad-Soyad</p><input type="text"><br> <p>Erkek</p><input type="radio" checked> <p>Kiz</p><input type="radio"> <p>TC</p><input type="number" required> <select name="sel"> <option>HTML</option> <option>CSS</option> <option>JS</option> </select> </form> 2-CSS Özellikleri font-size: 5px; font boyutu font-style: arial; font stili font-weight: bold; font kalınlığı color: red; font rengi width: 100px; genişlik height: 200px; uzunluk margin: 10px; kenar dışı boşluk padding: 10px; kenar içi boşluk border: red solid 5px 10px (color-style-width-radius) kenar ve ayarları bg-color: red; arkaplan rengi bg-image: url(resim); arkaplan resmi bg-size: 10px 20px; arkaplan (width-height) bg-position: center; arkaplan başlangıç noktası display: inline/block/inline-block; görünüm ayarları position: absloute; left: 20px; top: 50px; konumlandırma ayarları float: left/right; kaydırma yerleşim aracı clear: left/both; kaydırma işlemini temizleme opacity: 0,5; görünürlük ayarı
Créé il y a 1 mois.