added readme for lectures lec2 done
This commit is contained in:
26
lectures/lec2/task1.css
Normal file
26
lectures/lec2/task1.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user