• Hakkımızda
  • Doktorlarımız
  • Görüşleriniz
  • Teknolojiler
  • İletişim

Nevin Toğru Estetik ve Güzellik

  • Plastik Cerrahi
    • Yüz Estetiği
      • Badem Göz Estetiği
      • Burun Estetiği (Rinoplasti)
      • Göz Kapağı Estetiği
      • Bişektomi Yanak İnceltme Estetiği
      • Otoplasti – Kepçe Kulak Operasyonu
      • Çene Estetiği (Yağ Enjeksiyonu)
      • Alın Germe – Kaş Kaldırma
      • Lip Lift (Dudak Kaldırma)
      • Yüz – Boyun Germe
    • Vücut Şekillendirme
      • Popo Estetiği (BBL)
      • Genital Estetik
      • Bacak Germe
      • Karın Germe (Abdominoplasti)
      • Kol Germe
      • Post Bariatrik Cerrahi
      • Lipomatik Liposuction (Yağ Aldırma)
    • Meme Estetiği
      • Meme Dikleştirme – Toparlama
      • Meme Başı Onarımı
      • Meme Büyütme
      • Meme Küçültme
      • Jinekomasti
  • Saç
    • Ekim Uygulamaları
      • Saç Ekimi
      • Sakal Ekimi
      • Bıyık Ekimi
      • Kaş Ekimi
    • Saç Dökülmesi Tedavisi
      • PRP (Kök Hücre Saç Tedavisi))
      • Saç Mezoterapisi
      • Saç Analizi
  • Medikal Estetik
    • Ameliyatsız Yüz Germe
      • Lazerle Yüz Germe
      • İple Yüz Germe
      • Fox Eyes
      • Fransız Askısı
      • Ameliyatsız Kaş Aldırma
    • Dolgu Uygulamaları
      • Yüz ve Dudak Dolgusu
      • Meme Dolgusu (Hidrofilling – Aquafilling)
      • Yanak Dolgusu
      • Şakak Dolgusu
      • Göz Altı Işık Dolgusu
      • Burun Dolgusu
      • Kemik Dolgusu
      • Çene Dolgusu
      • Boyun – Gıdı Dolgusu
    • Botoks Uygulamaları
      • Botoks
      • Botoksla Yüz İnceltme
      • Botoksla Terleme Tedavisi
      • Botoksla Migren Tedavisi
    • Anti – Aging
      • Cilt Mezoterapisi (Mezolifting)
      • PRP Tedavisi
      • Kleopatra Aşısı
      • Kolajen Yüz Germe
      • Kolajen Terapi
      • Vampire Facelift
      • Somon DNA Tedavisi
      • Kök Hücre İle Yüz Gençleştirme
  • Cilt
    • Cilt Tedavileri
      • Çatlak Tedavisi
      • Dövme Sildirme
      • Scar Akne İzi Tedavisi
      • Sivilce ve Akne Tedavisi
      • Kılcal Damar Tedavisi
      • Ben (Nevus) Tedavisi
      • Göz Altı Morluğu Tedavisi
    • Cilt Bakımı
      • Medikal Cilt Bakımı
      • Hydrafacial Cilt Bakımı
      • Profesyonel Cilt Bakımı
      • Karboksi Cilt Bakımı
      • Aquafacial Cilt Bakımı
      • Cilt Analizi
      • Karbon Peeling
      • Dermaterapi (Kök Hücre Tedavisi)
    • Leke Tedavileri
      • Leke Tedavisi
      • Q-Switch Lazer Leke Tedavisi
      • Mezoterapi Leke Tedavisi
      • Yeşil Işık Lazer İle Cilt Aydınlatma
      • Kimyasal Peeling
      • Enzim Peeling
  • Epilasyon
    • Lazer Epilasyon
    • Alexandrite Lazer Epilasyon
    • Diode Lazer Epilasyon
    • İğneli Epilasyon
  • İncelme – Selülit
    • Lipoliz
    • Soğuk Lipoliz
    • Lenf Drenaj Ödem Tedavisi
    • G5 Medikal Masaj
    • Vücut Mezoterapisi
    • Vücut Analizi
  • Make-Up
    • Microblading
    • Dudak Pigmentasyonu
    • Kirpik Lifting
    • Kalıcı Eyeliner – Dipliner
  • Danışmanlık
    • Medikal Danışmanlık
    • Estetik Danışmanlık
  • Solaryum

Style – Tables

Style – Tables

Default styles

For basic styling—light padding and only horizontal dividers—add the base class .table to any <table>.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

Optional classes

Add any of the following classes to the .table base class.

.table-striped

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

.table-bordered

Add borders and rounded corners to the table.

# First Name Last Name Username
1 Mark Otto @mdo
Mark Otto @TwBootstrap
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

.table-hover

Enable a hover state on table rows within a <tbody>.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

.table-condensed

Makes tables more compact by cutting cell padding in half.

# First Name Last Name Username
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
<table>
  …
</table>

Optional row classes

Use contextual classes to color table rows.

Class Description
.success Indicates a successful or positive action.
.error Indicates a dangerous or potentially negative action.
.warning Indicates a warning that might need attention.
.info Used as an alternative to the default styles.
# Product Payment Taken Status
1 TB – Monthly 01/04/2012 Approved
2 TB – Monthly 02/04/2012 Declined
3 TB – Monthly 03/04/2012 Pending
4 TB – Monthly 04/04/2012 Call in to confirm
...
  <tr class="success">
    <td>1</td>
    <td>TB - Monthly</td>
    <td>01/04/2012</td>
    <td>Approved</td>
  </tr>
...

Supported table markup

List of supported table HTML elements and how they should be used.

Tag Description
<table> Wrapping element for displaying data in a tabular format
<thead> Container element for table header rows (<tr>) to label table columns
<tbody> Container element for table rows (<tr>) in the body of the table
<tr> Container element for a set of table cells (<td> or <th>) that appears on a single row
<td> Default table cell
<th> Special table cell for column (or row, depending on scope and placement) labelsMust be used within a <thead>
<caption> Description or summary of what the table holds, especially useful for screen readers
<table>
  <caption>...</caption>
  <thead>
    <tr>
      <th>...</th>
      <th>...</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>...</td>
      <td>...</td>
    </tr>
  </tbody>
</table>

Bir cevap yazın Cevabı iptal et

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

Categories

  • Kategori yok

GET A FREE QUOTE

Please fill this for and we'll get back to you as soon as possible!

Nevin Toğru Estetik ve Güzellik

16 yıllık deneyimimiz ve birikimimizle problemlerinize bireysel yaklaşıyor ve kişiye özgü çözümler üretiyoruz. Nevin Toğru Estetik ve Güzellik, bütün bilgi ve becerilerimizin sanata dönüştüğü nadide bir merkezdir. Merkezimizi siz değerli dostlarımızın hizmetine sunmaktayız.


Web sitemizde yer alan yazılar bilgilendirme amaçlı olup, uygulamaların mutlaka doktor(umuzun) gözetiminde yapılması gerekmektedir.

Hakkımızda

Doktorlarımız

Görüşleriniz

Teknolojiler

İletişim

Telefon: 0 262 643 11 01
Telefon: 0 532 760 08 73
Email: info@nvnestetik.com

Adresimiz:
Osman Yılmaz Mah. 634. Sok. No: 12/A
Fatih Devlet Hst. Yeni Poliklinikler Çaprazı
Gebze / KOCAELİ

Konumumuz

  • SOSYAL MEDYA

Nevin Toğru Estetik ve Güzellik © 2020 Bütün Hakları Saklıdır.
Web Tasarım: Parmak Medya.

TOP
Whatsapp İletişim Hattı
Konuşmayı Başlat !
Ekibimiz size hemen cevap verecektir...
Nevin Toğru Estetik ve Güzellik
Nevin Toğru Estetik ve Güzellik