Skip to content
Snippets Groups Projects
Commit b7f6c9b7 authored by Muhammad Umar Fariz Tumbuan's avatar Muhammad Umar Fariz Tumbuan
Browse files

memasukkan kelas profile_pict_frame ke default_style.css

parent 6a4f9318
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
body {
margin: 0;
padding: 0;
}
.frame {
width: 360px;
height: 550px;
......@@ -92,3 +97,17 @@ a:hover {
margin: 0;
}
.profile_pict_frame {
width: 100px;
height: 100px;
overflow: auto;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
}
.profile_pict_frame img {
display: inline;
margin: 0 auto;
height: 100%;
width: 100%;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment