FacialRecognition-Demo/application/static/main.css

49 lines
553 B
CSS
Raw Normal View History

2020-03-16 16:21:41 +00:00
#list{
position: absolute;
right: 0;
top:0;
width: 20rem;
2020-03-16 18:51:17 +00:00
min-height: 100%;
2020-03-15 19:02:37 +00:00
}
2020-03-16 16:21:41 +00:00
#switch{
width: 25rem;
height: 5rem;
position: relative;
top: 0;
left: -50%;
2020-03-16 18:51:17 +00:00
2020-03-15 19:02:37 +00:00
}
2020-03-16 16:21:41 +00:00
#main{
width: 65rem;
height: 38rem;
position: relative;
top: 10rem;
left: -50%;
2020-03-16 18:51:17 +00:00
2020-03-15 19:02:37 +00:00
}
2020-03-16 18:51:17 +00:00
.listIMG{
width: 5rem;
float: left;
}
.navi{
margin-left: 1.5rem;
}
.personalInfo{
float: right;
width: 9rem;
margin:0;
padding:0;
}
.card{
margin-top:2rem;
}
.card-text{
padding: 0;
height: 0;
}