diff --git a/HW6.html b/HW6.html new file mode 100644 index 0000000..6979f97 --- /dev/null +++ b/HW6.html @@ -0,0 +1,68 @@ + + + + + + + Document + + +

Cумма вышей корзины :

+

+
+
+ + +
+ + + + + \ No newline at end of file diff --git a/img/1.jpg b/img/1.jpg new file mode 100644 index 0000000..905ace4 Binary files /dev/null and b/img/1.jpg differ diff --git a/img/2.jpg b/img/2.jpg new file mode 100644 index 0000000..ca8a1ab Binary files /dev/null and b/img/2.jpg differ diff --git a/img/3.jpg b/img/3.jpg new file mode 100644 index 0000000..c46c098 Binary files /dev/null and b/img/3.jpg differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..ca64475 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +*{ + margin: 0px; + padding: 0px; +} +body{ + margin: 20px; + display: grid; + grid-template-columns: 1fr 0.3fr; +} +img{ + width: 150px; + height: 150px; +} \ No newline at end of file