From e80022b20c117513c44b437cd3239d6c35d14acc Mon Sep 17 00:00:00 2001 From: dldbstj22 <03dldbstj0915@gmail.com> Date: Mon, 9 Oct 2023 00:47:59 +0900 Subject: [PATCH 1/6] feat: velog clone --- index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 37 +++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..b34bf6c --- /dev/null +++ b/index.html @@ -0,0 +1,68 @@ + + + + + + Velog + + + + + + +
+

velog

+ + + + + +
+
+
+ + + +
+
+ + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..a29f252 --- /dev/null +++ b/style.css @@ -0,0 +1,37 @@ + +h1{ + text-align: left; + color:black; + font-family: 'AR One Sans', sans-serif; + letter-spacing: 0.2em; + +} + + + img { + width: 210px; + height: 210px; + object-fit: cover; + } + +li{ + display:flex; + display:inline-block; + border-radius: 25px; + width: 210px; + padding:20px; + margin: 0 20px; + height: 210px; + border-style: solid; + border-width: 2px; + flex-direction: row; + margin-bottom:30px; + position: relative; +} +button{ + + margin: 10px; + font-size: 20px; + position :relative; + border: 0; +} From e43d7f7bf7773d9efdd4e02da7cb81337214dd8c Mon Sep 17 00:00:00 2001 From: dldbstj22 <03dldbstj0915@gmail.com> Date: Sat, 4 Nov 2023 00:11:47 +0900 Subject: [PATCH 2/6] week3 --- index.html | 6 +- week3/index.html | 128 ++++++++++++++++++++++++++++++ week3/new_page.html | 128 ++++++++++++++++++++++++++++++ week3/style.css | 186 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 444 insertions(+), 4 deletions(-) create mode 100644 week3/index.html create mode 100644 week3/new_page.html create mode 100644 week3/style.css diff --git a/index.html b/index.html index b34bf6c..7285872 100644 --- a/index.html +++ b/index.html @@ -15,14 +15,12 @@

velog

- - -
+