added readme for lectures lec2 done

This commit is contained in:
2026-01-01 20:05:31 +10:00
parent 7818949863
commit b00d7fb34d
5 changed files with 193 additions and 0 deletions

26
lectures/lec2/task1.css Normal file
View File

@@ -0,0 +1,26 @@
.menuItem {
text-align: center;
}
#menu ul {
padding-left: 0;
margin: .5%;
}
#menu li {
display: inline-block;
width: 16%;
background: #F00;
}
#menu a {
text-decoration: none;
color: white;
}
.pict {
width: 70%;
background: rgba(0, 255, 0, .5);
margin: 5px auto;
padding: 5px 0;
}