Refineverse_testBG / static /Dashboard.css
bsjghee001's picture
Duplicate from Nik97/Refineverse
910fc51
.title{
display:flex;
flex-direction:row;
align-items: center;
}
.title img{
width: 250px;
height: 250px;
margin-right: 170px;
margin-left: 280px;
margin-top: 20px;
}
.title h1{
white-space: nowrap;
font-size: 70px;
color:rgb(80, 80, 80);
}
.pic{
display: flex;
margin-left: 300px;
margin-right: 300px;
margin-top: 50px;
}
.p1{
width: 380px;
height: 220px;
border: 2px solid rgb(139, 138, 138);
padding-top: 10px;
padding-bottom: 10px;
}
.p2{
width: 240px;
height: 220px;
border: 2px solid rgb(139, 138, 138);
padding-left: 60px;
padding-right: 60px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 82px;
}
.p3{
width: 240px;
height: 220px;
border: 2px solid rgb(139, 138, 138);
padding-left: 60px;
padding-right: 60px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 90px;
}
.trdl{
display: flex;
margin-left: 300px;
margin-right: 260px;
margin-top: 20px;
}
.trdl h2{
white-space: nowrap;
font-size: 30px;
color:rgb(81, 82, 82)
}
.buttonc{
white-space: nowrap;
}
.buttonc a{
display: inline-block;
color: white;
background-color: rgb(85, 81, 81);
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
font-size: 18px;
margin-left: 300px;
margin-top: 10px;
}
.texts1{
margin-left: 0px;
}
.texts2{
margin-left: 92px;
}
.texts3{
margin-left: 93px;
}
#f{
font-size: 18px;
width: 370px;
color: rgb(136, 134, 134);
}
#s{
font-size: 18px;
width: 360px;
color: rgb(136, 134, 134);
}
#t{
font-size: 18px;
width: 400px;
color: rgb(136, 134, 134);
}