@import url("https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css");
@import url("https://blog-static.cnblogs.com/files/exesoft/animate.min.css");
@import url("https://blog-static.cnblogs.com/files/exesoft/ExeSoft.css");
.mybg{
	height:200px;
	border:1px solid blue;
	background-image:url(https://blog-static.cnblogs.com/files/exesoft/aircraft-carrier.gif);
	background-size:100% 100%;	
	
}
.mytext{
	line-height:100px;
	text-align:center;
	margin:48px;
	color:white;
	height:100px;
	background-color:rgba(0,0,255,0.5);
       box-shadow:10px 10px 5px #000066;
	border:2px solid blue;		
	font-size:	3em;
}
.exesoft-table{
	width:300px;
	height:200px;
}
.exesoft-table th,.exesoft-table td{	
box-shadow:5px 5px 5px grey;
padding:15px;
text-align:left;
}
.exesoft-content-box{  
   box-sizing:content-box;
    width:200px;
    height:200px;
    padding:10px;
    border: 20px solid blue;    
    background-color:#F00;
    margin:20px;
    color:white;
    font-size:xx-large;
    box-shadow:5px 5px 5px grey;
    text-shadow:5px 5px 5px grey;
    line-height:200px;
    text-align:center;
    border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.exesoft-border-box{
    box-sizing:border-box;
    width:260px;
    height:260px;
    padding:10px;
    border: 20px solid blue;    
    background-color:#F00;
    margin:20px;
    color:white;
    font-size:xx-large;
    box-shadow:5px 5px 5px grey;
    text-shadow:5px 5px 5px grey;
    line-height:200px;
    text-align:center;
    border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}