Commit 16c71de1 by Dan Grace

Upload New File

parent 05ee0b6d
Showing with 126 additions and 0 deletions
<style>
body {width: 960px;
margin: 20px auto;
font-family: Georga;
}
#btn4 {
position: relative;
display: inline-block;
}
#btn4 .tooltiptext4 {
font-family: Georgia;
visibility: hidden;
width: 200px;
background-color: #b3ccff;
color: black;
text-align: center;
border-radius: 6px;
/* Position the tooltip */
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
margin-left: -60px;
}
/* #btn4:hover .tooltiptext4 {
visibility: visible;
} */
#btn5 {
position: relative;
display: inline-block;
}
#btn5 .tooltiptext5 {
font-family: Georgia;
visibility: hidden;
width: 200px;
background-color: #b3ccff;
color: black;
text-align: center;
border-radius: 6px;
/* Position the tooltip */
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
margin-left: -60px;
}
/* #btn5:hover .tooltiptext5 {
visibility: visible;
} */
#btn6 {
position: relative;
display: inline-block;
}
#btn6 .tooltiptext6 {
font-family: Georgia;
visibility: hidden;
width: 200px;
background-color: #b3ccff;
color: black;
text-align: center;
border-radius: 6px;
/* Position the tooltip */
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
margin-left: -60px;
}
/* #btn6:hover .tooltiptext6 {
visibility: visible;
} */
#t1 {
opacity: 0.8;
}
#col_header_0:hover {
color: blue;
}
#col_header_1:hover {
color: blue;
}
#col_header_2:hover {
color: blue;
}
#col_header_3:hover {
color: blue;
}
@media(max-width: 400px){
body {
width: 480px;
margin:auto;
font-family: arial;
}
.container0 {
width: 200px;
}
.container1 {
width: 200px;
}
.container2 {
width: 300px;
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment