lab5 folder create
This commit is contained in:
34
labs/lab5/src/CSS/App.css
Normal file
34
labs/lab5/src/CSS/App.css
Normal file
@@ -0,0 +1,34 @@
|
||||
body{
|
||||
font-family:Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
table{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
td,rt,th{
|
||||
border: solid thin black;
|
||||
padding: 5px 5px;
|
||||
}
|
||||
|
||||
th{
|
||||
background-color: lightblue;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-weight: bold;
|
||||
}
|
||||
.hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
span{
|
||||
padding:0 3px;
|
||||
background-color: lightskyblue;
|
||||
margin-top: 5px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
span:hover,.selected {
|
||||
font-weight: bold;
|
||||
background-color: blue;
|
||||
color:white;
|
||||
}
|
||||
0
labs/lab5/src/CSS/index.css
Normal file
0
labs/lab5/src/CSS/index.css
Normal file
Reference in New Issue
Block a user