You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
101 lines
1.4 KiB
101 lines
1.4 KiB
.cont-profile |
|
{ |
|
width: 100%; |
|
height: 100%; |
|
display: flex; |
|
align-items: center; |
|
} |
|
#myVideo { |
|
position: fixed; |
|
right: 0; |
|
bottom: 0; |
|
min-width: 100%; |
|
min-height: 100%; |
|
z-index: -1; |
|
} |
|
#profile |
|
{ |
|
width: 50%; |
|
height: 90%; |
|
padding: 10px; |
|
background-color: rgb(0, 0, 0); |
|
border: none; |
|
border-radius: 10px; |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
flex-direction: column; |
|
color: white; |
|
} |
|
|
|
.profile-header |
|
{ |
|
width: 100%; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
|
|
.profile-header p |
|
{ |
|
font-size: 60px; |
|
} |
|
|
|
.profile-header button |
|
{ |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
border: none; |
|
} |
|
|
|
.profile-header button p |
|
{ |
|
font-size: 25px; |
|
padding: 0; |
|
margin: 0; |
|
} |
|
|
|
.profile-content |
|
{ |
|
width: 80%; |
|
display: grid; |
|
grid-template-columns: 1fr 1fr; |
|
grid-template-rows: 1fr 1fr 1fr 1fr 1fr; |
|
border: 1px solid white; |
|
border-radius: 10px; |
|
padding: 0; |
|
} |
|
|
|
.profile-content p |
|
{ |
|
text-align: center; |
|
} |
|
|
|
.tb-r |
|
{ |
|
border-right: 1px solid white; |
|
} |
|
|
|
.profile-footer |
|
{ |
|
display: flex; |
|
align-items: center; |
|
width: 80%; |
|
padding: 5px; |
|
} |
|
|
|
#btn-logout |
|
{ |
|
width: 50px; |
|
height: 50px; |
|
padding: 0; |
|
border: none; |
|
background: none; |
|
} |
|
|
|
#btn-logout img |
|
{ |
|
width: 100%; |
|
height: 100%; |
|
} |