diff --git a/index.css b/index.css new file mode 100644 index 0000000..e69de29 diff --git a/labs/lab2.css b/labs/lab2.css new file mode 100644 index 0000000..bf9a19d --- /dev/null +++ b/labs/lab2.css @@ -0,0 +1,23 @@ +.main-block{ + margin: auto; + width: 90%; + background-color: lightgreen; +} + +.info-block{ + display: inline-block; + margin:15px; + width: 180px; +} + +.info-block-header{ + padding: 5px; + background-color: white; + display: inline-block; + font-weight: bold; +} +.info-block-text{ + padding: 5px; + + background-color: white; +} \ No newline at end of file diff --git a/labs/lab2.html b/labs/lab2.html new file mode 100644 index 0000000..2b722bc --- /dev/null +++ b/labs/lab2.html @@ -0,0 +1,42 @@ + + + +
+ +