Kayıtlar

Ocak, 2025 tarihine ait yayınlar gösteriliyor

hakkımızda bölümü

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Customer Reviews and Contact </ title >     < style > body {     margin : 0 ;     font-family : Arial , sans-serif ;     background-color : #f4f4f4 ;     color : #333 ; } /* Reviews Bölümü */ .reviews-section {     background-color : #ff5b5b ;     color : white ;     padding : 40px 20px ;     text-align : center ; } .reviews-section h2 {     font-size : 28px ;     margin-bottom : 20px ; } .reviews-container {     display : flex ;     justify-content : center ;     gap : 20px ;     flex-wrap : wrap ; } .review-card {     background-color : white ;     col...

Halikulade Site

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Animated Home Delivery </ title >     < link rel = "stylesheet" href = "css/style.css" > </ head > < body >     < div class = "container" >         < div class = "navbar" >             < img src = "img/logo.png" alt = "" id = "navbar_img" >             < a href = "#" > Home </ a >             < a href = "#" > About </ a >             < a href = "#" > Menu </ a >             < a href = "#" > Products </ a >             < a...