https://instagram.com/alphazzers
   
Konuyu Oyla:
  • Toplam: 3 Oy - Ortalama: 3
  • 1
  • 2
  • 3
  • 4
  • 5
İlk Duyuru Paneli Kodlamam
#1
PHP Kod:
<div class="kutu">

<
center><class="duyuru">Yeni Duyuru Paneli</center>

<
style>.duyuru {
padding3px ;
border-top5px dashed red ;
border-bottom5px dashed red ;
border-right5px dashed red ;
border-left5px  dashed red ;
font-size20px ;
backgroundyellow ;
font-colorred ;
font-familyArial Black;
}</
style
Nasıl Olmuş Arkadaşlar Önizleme İçin ;
Kod:
http://onizle.koddostu.com/
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#2
Sarının üstüne kırmızı biraz kötü durmuş göz yoruyor geliştirmelisin teşekkürler
Seo Danışmanlığı
10TR.NET ARAMA MOTORU

Seo hakkında ki her sorunuz için buradayım.
Ara
Cevapla PGM
Teşekkür verenler:
#3
Rica Ederim Nede Olsa İlk Deneme Artık Flat Renk Kullanacağım
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#4
Başarılı :)
ilk yapıma göre
eskilere hasret kaldık.
Cevapla PGM
Teşekkür verenler:
#5
İlke göre başarılı olmuş artık hover'e geç :)
Kod:
<center><p class="duyuru">Yeni Duyuru Paneli</center>

<style>.duyuru {
padding: 5px ;
border-top: 5px dashed  yellow;
border-bottom: 5px dashed yellow;
border-right: 5px dashed #000;
border-left: 5px  dashed #000;
font-size: 20px ;
background: #CCCC99;
font-color: #fff;
font-family: Arial Black;
}
.duyuru:hover {
background: #f39c12;
color: #fff;
border-left: 5px solid yellow;
border-right: 5px solid yellow;
border-top: 5px solid #000;
border-bottom: 5px solid  #000;
}
Biraz geliştirdim ilerde resimde ekleyebilirsin :)
Ara
Cevapla PGM
Teşekkür verenler:
#6
hmm teşekkürler birde hoverli deniyeyim :)
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#7
(10-03-2015 Saat: 21:36)mehmeteq Nickli Kullanıcıdan Alıntı: hmm teşekkürler birde hoverli deniyeyim :)

Benim yaptığım hover'e baktınmı ?
Ara
Cevapla PGM
Teşekkür verenler:
#8
bakmazmıyım yarın onun ile ilgili bi çalışma yapacağım ama yavaş yavaş geçse iyi olurdu
o kodu verebilirmsiniz
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:
#9
Al bakalım hem yazı geç geçiyor hem menü :);

Kod:
<center><p class="duyuru">Yeni Duyuru Paneli</center>

<style>.duyuru {
padding: 5px ;
border-top: 5px dashed  yellow;
border-bottom: 5px dashed yellow;
border-right: 5px dashed #000;
border-left: 5px  dashed #000;
font-size: 20px ;
background: #CCCC99;
font-color: #fff;
font-family: Arial Black;
}
.duyuru:hover {
background: #f39c12;
color: #fff;
border-left: 5px solid yellow;
border-right: 5px solid yellow;
border-top: 5px solid #000;
border-bottom: 5px solid  #000;
transition:color .5s ease-in;
transition: .6s ease-in;
}
Eklediğim kodlar
Color(yazı rengi için)
Kod:
transition:color .5s ease-in;

Menü İçin;

Kod:
transition: .6s ease-in;
Ara
Cevapla PGM
Teşekkür verenler:
#10
Bende böyle editledim borderlar çok kalındı buyur 
Kod:
<center><p class="duyuru">Yeni Duyuru Paneli</center>

<style>.duyuru {
padding: 5px ;
border-top: 3px dashed  yellow;
border-bottom: 3px dashed yellow;
border-right: 3px dashed #000;
border-left: 3px  dashed #000;
font-size: 15px ;
background: #CCCC99;
font-color: #fff;
font-family: Arial Black;
transition:color 500ms ease-in;
transition: 500ms ease-in;
}
.duyuru:hover {
background: #f39c12;
color: #fff;
border-left: 3px solid yellow;
border-right: 3px solid yellow;
border-top: 3px solid #000;
border-bottom: 3px solid  #000;
transition:color 500ms ease-in;
transition: 500ms ease-in;
}  
Ara
Cevapla PGM
Teşekkür verenler:
#11
(10-03-2015 Saat: 22:06)Krons Nickli Kullanıcıdan Alıntı: Bende böyle editledim borderlar çok kalındı buyur 

Kod:
<center><p class="duyuru">Yeni Duyuru Paneli</center>

<style>.duyuru {
padding: 5px ;
border-top: 3px dashed  yellow;
border-bottom: 3px dashed yellow;
border-right: 3px dashed #000;
border-left: 3px  dashed #000;
font-size: 15px ;
background: #CCCC99;
font-color: #fff;
font-family: Arial Black;
transition:color 500ms ease-in;
transition: 500ms ease-in;
}
.duyuru:hover {
background: #f39c12;
color: #fff;
border-left: 3px solid yellow;
border-right: 3px solid yellow;
border-top: 3px solid #000;
border-bottom: 3px solid  #000;
transition:color 500ms ease-in;
transition: 500ms ease-in;
}  


Onun yaptığı ilk halinin boyutunda yaptım 5'idi sen 3 yapmışın 3 yapmayıda biliyordur :)
Ara
Cevapla PGM
Teşekkür verenler:
#12
(10-03-2015 Saat: 22:08)ufufuk Nickli Kullanıcıdan Alıntı:
(10-03-2015 Saat: 22:06)Krons Nickli Kullanıcıdan Alıntı: Bende böyle editledim borderlar çok kalındı buyur 


Kod:
<center><p class="duyuru">Yeni Duyuru Paneli</center>

<style>.duyuru {
padding: 5px ;
border-top: 3px dashed  yellow;
border-bottom: 3px dashed yellow;
border-right: 3px dashed #000;
border-left: 3px  dashed #000;
font-size: 15px ;
background: #CCCC99;
font-color: #fff;
font-family: Arial Black;
transition:color 500ms ease-in;
transition: 500ms ease-in;
}
.duyuru:hover {
background: #f39c12;
color: #fff;
border-left: 3px solid yellow;
border-right: 3px solid yellow;
border-top: 3px solid #000;
border-bottom: 3px solid  #000;
transition:color 500ms ease-in;
transition: 500ms ease-in;
}  


Onun yaptığı ilk halinin boyutunda yaptım 5'idi sen 3 yapmışın 3 yapmayıda biliyordur :)
 Evet biliyordur sadece kalındı dedim oraya da yazdım sadece onu küçülttüm diye :)
Ara
Cevapla PGM
Teşekkür verenler:
#13
teşekkürler :)
5bo0ov6.png
React.js  Next.js • Tailwind CSS

"Son Tema Ekibi Lideri"
Cevapla PGM
Teşekkür verenler:


Hızlı Menü:


Şu anda bu konuyu okuyanlar: 3 Ziyaretçi



***

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping