diff --git a/assets/blankProfile.webp b/assets/blankProfile.webp
new file mode 100644
index 0000000..f177a45
Binary files /dev/null and b/assets/blankProfile.webp differ
diff --git a/css/styleProfile.css b/css/styleProfile.css
index cbe9a60..c314d48 100644
--- a/css/styleProfile.css
+++ b/css/styleProfile.css
@@ -1,5 +1,7 @@
* {
background: #eae7de;
+
+ font-family: 'IBM Plex Sans KR', sans-serif;
}
a {
@@ -12,7 +14,7 @@ a {
padding: 0 5% 0 5%;
}
-#image {
+#profileImageForm {
border: 1px solid #051619;
padding: 1.5rem 2rem;
@@ -20,7 +22,7 @@ a {
margin-bottom: 1.5rem;
}
-#image > img {
+#profileImageForm > img {
width: 250px;
height: 250px;
@@ -29,6 +31,12 @@ a {
margin-bottom: 1rem;
}
+#profileBtn {
+ margin-top: 1rem;
+
+ background-color: whitesmoke;
+}
+
.boxs {
border: 1px solid #051619;
margin-bottom: -1px;
@@ -41,11 +49,11 @@ a {
}
.boxs > h2 {
- flex-basis: 15%;
+ flex-basis: 20%;
}
.boxs > div {
- flex-basis: 85%;
+ flex-basis: 80%;
}
.textFieldInput {
@@ -57,33 +65,6 @@ a {
margin-bottom: 10px;
}
-.filebox > label {
- display: inline-block;
- padding: .5em .75em;
- color: black;
- font-size: inherit;
- line-height: normal;
- vertical-align: middle;
- background-color: #fdfdfd;
- cursor: pointer;
- border: 1px solid black;
- border-bottom-color: black;
- border-radius: .25em;
-}
-
-/* 파일 필드 숨기기 */
-.filebox input[type="file"] {
- position: absolute;
- width: 1px;
- height: 1px;
- padding: 0;
- margin: -1px;
- overflow: hidden;
- clip:rect(0,0,0,0);
- border: 0;
-}
-
#intro {
- font-size: 1.5rem;
line-height: 150%;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 38d4807..3c7b0c9 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,8 @@
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
+
+