From 2dbad45d5e322a3b4fe02d67d4f4bdee2c54d76c Mon Sep 17 00:00:00 2001 From: gqta Date: Sat, 13 Mar 2021 15:20:39 +0700 Subject: [PATCH] Split html and css to 2 differrent files --- index.html | 7 +++++++ main.css | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 main.css diff --git a/index.html b/index.html index b403112..b0a2ee3 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,15 @@ Document +

Bản demo 1.0 cho ngịch git thử này

+
    +
  1. git add [tên file||.] để add
  2. +
  3. git status để kiểm tra trạng thái
  4. +
  5. git commit -m "message" để commit lên hệ thống
  6. +
  7. git push -u [remote] [branch] để đẩy branch lên server
  8. +
\ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..88598c7 --- /dev/null +++ b/main.css @@ -0,0 +1,4 @@ + span{ + font-weight: bolder; + color: green; + } \ No newline at end of file