Skip to content
Permalink
a04a587339
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
57 lines (57 sloc) 835 Bytes
<style>
body{
background-color: #ffffff;
font:arial;
overflow:scrollbar;
min-width:700px;
}
table{
border-collapse: collapse;
}
table, th, td{
border: 2px black solid;
background-color: rgb(200,200,255)
}
th,td{
padding: 15px;
}
a{
text-align:center;
padding:10px 4%;
border: solid 1px black;
border-radius: 5px;
display: inline-block;
margin:1px 10px;
}
a:link, a:visited{
background-color:#7881a1;
color:white;
}
a:hover, a:active{
background-color:#aaaaaa;
}
div{
background-color: #ffffff;
text-align:center;
color:white;
width:100%;
}
div.caption{
background-color:#000e2f;
}
div.header{
background-color:rgb(18,33,74);
}
div.leftBlock{
width:48%;
display:inline-block;
margin-top:50px;
margin-right:1%;
}
div.rightBlock{
width:48%;
display:inline-block;
margin-left:1%;
margin-top:50px;
}
</style>