diff --git "a/1_assignment/submit/\354\247\200\353\257\274\354\262\240" "b/1_assignment/submit/\354\247\200\353\257\274\354\262\240" new file mode 100644 index 0000000..df0c87d --- /dev/null +++ "b/1_assignment/submit/\354\247\200\353\257\274\354\262\240" @@ -0,0 +1,46 @@ +body { + margin: 20px 0 20px 0; + padding: 0; + height: 100vh; + background-color: gray; +} +.a { + margin: 0; + padding: 0; + width: 450px; + height: 96vh; + background-color: white; + margin: 0 auto; + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; +} +.aa, +.bb { + width: 120px; + height: 120px; + background-color: purple; +} +.aa { + border-radius: 50%; +} + + + +
+ + + + + +diff --git "a/3_assignment/submit/\354\247\200\353\257\274\354\262\240/gwa3css.css" "b/3_assignment/submit/\354\247\200\353\257\274\354\262\240/gwa3css.css" new file mode 100644 index 0000000..c4efa63 --- /dev/null +++ "b/3_assignment/submit/\354\247\200\353\257\274\354\262\240/gwa3css.css" @@ -0,0 +1,78 @@ +body { + position: relative; + margin: 0; + padding: 0; +} +.A { + position: absolute; + top: 50%; + margin: 100px 0 0 -300px; + left: 50%; + width: 600px; + height: 400px; + display: flex; + flex-direction: row; + flex-wrap: wrap; + text-align: center; + line-height: 200px; + box-shadow: 5px 5px 30px; + font-size: 2em; +} +.a { + width: 300px; + height: 200px; + background-color: whitesmoke; + color: rgb(250, 69, 1); + text-align: center; +} +.b { + width: 300px; + height: 200px; + background-color: green; + color: white; + text-align: center; +} +.c { + width: 300px; + height: 200px; + background-color: rgb(250, 69, 1); + color: white; + text-align: center; +} +.d { + display: flex; + flex-direction: row; + flex-wrap: wrap; +} +.da { + width: 150px; + height: 100px; + background-color: rgb(253, 182, 193); + color: rgb(250, 69, 1); + text-align: center; + line-height: 100px; +} +.db { + width: 150px; + height: 100px; + background-color: rgb(147, 112, 219); + color: white; + text-align: center; + line-height: 100px; +} +.dc { + width: 150px; + height: 100px; + background-color: rgb(249, 165, 2); + color: rgb(250, 69, 1); + text-align: center; + line-height: 100px; +} +.dd { + width: 150px; + height: 100px; + background-color: rgb(250, 128, 113); + color: white; + text-align: center; + line-height: 100px; +} diff --git "a/4_assignment/submit/\354\247\200\353\257\274\354\262\240/4-CSS.css" "b/4_assignment/submit/\354\247\200\353\257\274\354\262\240/4-CSS.css" new file mode 100644 index 0000000..3bdd8b1 --- /dev/null +++ "b/4_assignment/submit/\354\247\200\353\257\274\354\262\240/4-CSS.css" @@ -0,0 +1,51 @@ +body { + margin: 0; + padding: 30px 30px 15px 30px; + box-sizing: border-box; +} +.z { + display: flex; + flex-direction: row; + justify-content: space-between; +} +.a { + display: flex; + flex-direction: row; + justify-content: flex-start; + padding: 0 10px; +} +.b { + display: flex; + flex-direction: row; + justify-content: flex-end; + padding: 0 15px; +} +.bb { + margin: 0; + padding: 0 15px 0 5px; + display: flex; + flex-direction: column; + gap: -10px; +} +.login { + flex-direction: column; + justify-content: flex-start; + width: 90px; + height: 50px; + color: white; + background-color: blue; + border-radius: 8px; + text-align: center; + line-height: 50px; +} +.c { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} +.c3 { + display: flex; + flex-direction: row; + justify-content: space-between; +} diff --git "a/4_assignment/submit/\354\247\200\353\257\274\354\262\240/4-HTML.html" "b/4_assignment/submit/\354\247\200\353\257\274\354\262\240/4-HTML.html" new file mode 100644 index 0000000..b3d9b5c --- /dev/null +++ "b/4_assignment/submit/\354\247\200\353\257\274\354\262\240/4-HTML.html" @@ -0,0 +1,64 @@ + + +
+ +
+ + + + +
+