moving all labs to old dir
This commit is contained in:
14
labs/lab1/CSS/style.css
Normal file
14
labs/lab1/CSS/style.css
Normal file
@@ -0,0 +1,14 @@
|
||||
th{
|
||||
padding: 5px;
|
||||
background-color: gray;
|
||||
}
|
||||
|
||||
td{
|
||||
padding: 5px;
|
||||
background-color: lightgray;
|
||||
}
|
||||
|
||||
th, td ,table{
|
||||
border: solid black thin;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
Reference in New Issue
Block a user