moving all labs to old dir
This commit is contained in:
23
old/labs/lab2/lab2.css
Normal file
23
old/labs/lab2/lab2.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user