Bài đăng

Đang hiển thị bài đăng từ Tháng 12, 2019

#2 Front end CSS

CSS Syntax: Selector{ Phần tử 1: giá trị 1; Phần tử 2: giá trị 2 } Các thuộc tính định dạng cho text color font-family font-size font-style letter-spacing line-height text-decoration word-spacing Các thuộc tính định dạng chung ·          background ·          border ·          height ·          width ·          text-align Các thuộc tính điều khiển nội dung ·          padding ·          margin ·          float ·          clear Thủ thuật clearfix ·          display ·          position

source code front end

source code shop thời trang: https://huykira.net/thiet-ke/share-giao-dien-html-website-shop-thoi-trang.html

source code CSS#1

CSS#1 /* Base styles */ a   strong  {      color :  inherit ;   }       hr  {      background :  none ;      border :  none ;      border-bottom :  1px   solid   #d8dee9 ;   }       img  {      height :  auto ;      max-width :  100% ;   }       pre  {      overflow :  auto ;      white-space :  pre-wrap ;   }       footer  {      align-items :  center ;      display :  flex ;      justify-content :  center ;      margin-top :  4em ;      text-a...

source code HTML#1

Hình ảnh
Source code HTML #1 <! DOCTYPE   html > < html >      <!--Phần đầu-->    < head >      < title > Web Design in 4 minutes </ title >   <!--tiêu đề-->      < meta   name = "viewport"   content = "width=device-width, initial-scale=1" >   <!--từ khóa-->      < link   rel = "stylesheet"   type = "text/css"   href = "style.css" >   <!--liên kết với css-->    </ head >    <!--Phần thân-->    < body >      < header   id = "header" >   <!--phần đầu của body-->        < img   id = "logo"   src = "./img/web-design-in-4-minutes.png"   alt = "JT logo" > ...