added lab 2

This commit is contained in:
2025-10-03 14:43:42 +10:00
parent cfbf9440d0
commit c8c35a4cf2
3 changed files with 65 additions and 0 deletions

23
labs/lab2.css Normal file
View File

@@ -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;
}