From b022094558508f137ff8e416bbcf5e0dddf83260 Mon Sep 17 00:00:00 2001 From: Nezumi Date: Wed, 21 Jun 2023 10:03:40 +0700 Subject: [PATCH] Init sample code training chapter 12 --- .../assets/images/user_icon_251962.ico | Bin 0 -> 4286 bytes Sample/training-12-sample/css/style.css | 26 +++++ Sample/training-12-sample/index.html | 90 ++++++++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 Sample/training-12-sample/assets/images/user_icon_251962.ico create mode 100644 Sample/training-12-sample/css/style.css create mode 100644 Sample/training-12-sample/index.html diff --git a/Sample/training-12-sample/assets/images/user_icon_251962.ico b/Sample/training-12-sample/assets/images/user_icon_251962.ico new file mode 100644 index 0000000000000000000000000000000000000000..83dd924eb697de981165b493b63ca4fb4fac0801 GIT binary patch literal 4286 zcmd6q&1+LZ6vZd8Mbu3#RS`iFL@2mW5d7%IST|i*K?Gg)FL2{pO_3nF^G~Q^N>xNb z(4Akn5*LDX;X-hus0g}H7qLw|zs#KW`4QWsfq2WAxpU{V@Im<4CBOwI+~gn^LT>N>Ug=)%c_t+rg!L-~90;7|Cl^BQ zTvLn3_LFpc?j&12^(*Pj0Vmw#;1xlf+x>mn@cArk6%f~mPrLBm!UZSXB0qKujN3CPwGA}t0=R|icL(<;~_)_n70r5KGXnCz;;PBetN+$>6oN=_6>V_Nn0B^D0z!Hu}KIQq4vE}oHN?nz&lT;L`4_u84p#+-Anm3~(+51fCC zlX*dWR=3FVT5#-3>3fowIq)SPaGdAxofRAp7o3QFA_N`Rv-{1C1ShXn73 z)CIvdD&T`JF~q_F7h>)>YTdFXWKg&%xCXC>Gx|`tk$~=VoAo6Y4#b>sv~)|Yu6JDe zGr{?n>hV1yAX%PhS$<2b>qg%%To4`!Zv?(&0R6FWQ5X^MMToWDG<4Xs;^Dmc%w?&` z>AJJ_mFQW{-6A?8OeLUWLt51uXFF@XM()BHq1E$e&gacBon>5%G7r4Z1#-`)p6{x^ zt+wIQ%^G}urc+Mx^F897;2s6&*t{=Q>4;Wav|K~>{o`&wEcpFH&))a=B94ut&RUQnvYdMO`q?qIoIDVFCd S#RCAnj?MG(C8klWHhuzwi8m_% literal 0 HcmV?d00001 diff --git a/Sample/training-12-sample/css/style.css b/Sample/training-12-sample/css/style.css new file mode 100644 index 0000000..9272525 --- /dev/null +++ b/Sample/training-12-sample/css/style.css @@ -0,0 +1,26 @@ +h1, h2 { + text-transform: uppercase; + letter-spacing: 0.2em; +} + +.credits { + font-weight: bold; + word-spacing: 1.5em; + text-indent: 20px; +} + +p { + text-align: justify; +} + +.test { + vertical-align: text-bottom; +} + +.text-indent-20 { + text-indent: 20px; +} + +.text-indent--10 { + text-indent: -10px; +} \ No newline at end of file diff --git a/Sample/training-12-sample/index.html b/Sample/training-12-sample/index.html new file mode 100644 index 0000000..d7de4fa --- /dev/null +++ b/Sample/training-12-sample/index.html @@ -0,0 +1,90 @@ + + + + + + + Text + + + + + + + +

Briards

+

A Heart wrapped in fur

+

The + briard, or berger de brie, is a large breed of dog traditionally used as a + herder and guardian of sheep.

+

Breed History

+

The briard, which is believed to have originated in France, has been bred for + centuries to herd and to protect sheep. The breed was used by the French Army as + sentries, messengers and to search for wounded soldiers because of its fine sense + of hearing. Briards were used in the First World War almost to the point of + extinction. Currently the population of briards is slowly recovering. + Charlemagne, Napoleon, Thomas Jefferson and Lafayette all owned briards.

+

by Ivy Duckett

+ + + \ No newline at end of file