From b7f6c9b7cb20e91667396624992f6ea584483a0b Mon Sep 17 00:00:00 2001 From: "fariz.tumbuan" <13515050@std.stei.itb.ac.id> Date: Sat, 7 Oct 2017 00:12:29 +0800 Subject: [PATCH] memasukkan kelas profile_pict_frame ke default_style.css --- css/default_style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/css/default_style.css b/css/default_style.css index 9af0c20d..37be8b57 100755 --- a/css/default_style.css +++ b/css/default_style.css @@ -1,3 +1,8 @@ +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 -- GitLab