Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions 1_assignment/submit/지민철
Original file line number Diff line number Diff line change
@@ -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%;
}

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="C:\Users\Lenovo\Desktop\제국이 과제\1-css.css"
/>
<style></style>
</head>
<body>
<div class="a">
<div class="aa"></div>
<div class="aa"></div>
<div class="bb"></div>
</div>
</body>
</html>
23 changes: 23 additions & 0 deletions 2_assignment/submit/지민철/HTML111.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="C:\Users\Lenovo\Documents\GitHub\front_assignment\2_assignment\submit\지민철\body {12121.css"
/>
<style></style>
</head>
<body>
<div class="a">
<div class="a1"></div>
<div class="a2"></div>
<div class="a3"></div>
<div class="a4"></div>
<div class="a5"></div>
</div>
<div class="e"></div>
<div class="b"></div>
<div class="c"></div>
</body>
</html>
85 changes: 85 additions & 0 deletions 2_assignment/submit/지민철/body {12121.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
body {
margin: 35px;
padding: 0;
background-color: white;
}
.a {
display: flex;
flex-direction: row;
margin: 0;
padding: 0;
}
.a1 {
position: relative;
background-color: blueviolet;
border: 3px solid rgb(82, 0, 158);
border-radius: 6px;
width: 140px;
height: 30px;
z-index: 9999;
}
.e {
position: relative;
background-color: red;
border: 3px solid rgb(151, 0, 0);
border-radius: 6px;
top: -15px;
width: 140px;
height: 30px;
}
.b {
position: relative;
background-color: blueviolet;
border: 3px solid rgb(82, 0, 158);
border-radius: 6px;
top: 20vh;
width: 320px;
height: 200px;
}
.a2 {
position: relative;
background-color: blueviolet;
border: 3px solid rgb(82, 0, 158);
border-radius: 6px;
left: 20px;
top: 0;
width: 140px;
height: 30px;
}
.a3 {
position: relative;
background-color: blueviolet;
border: 3px solid rgb(82, 0, 158);
border-radius: 6px;
left: 40px;
top: 0;
width: 140px;
height: 30px;
}
.a4 {
position: fixed;
background-color: blueviolet;
border: 3px solid rgb(82, 0, 158);
border-radius: 6px;
right: 35px;
width: 140px;
height: 30px;
}
.a5 {
position: fixed;
background-color: blueviolet;
border: 3px solid rgb(82, 0, 158);
border-radius: 6px;
right: 195px;
width: 140px;
height: 30px;
}
.c {
position: fixed;
background-color: blueviolet;
border: 3px solid rgb(82, 0, 158);
border-radius: 6px;
bottom: 35px;
width: 420px;
height: 30px;
}
24 changes: 24 additions & 0 deletions 3_assignment/submit/지민철/gwa3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="C:\Users\Lenovo\Documents\GitHub\front_assignment\3_assignment\submit\지민철\gwa3css.css"
/>
</head>
<body>
<div class="A">
<div class="a">Ostrich</div>
<div class="b">Ostrich</div>
<div class="c">Ostrich</div>
<div class="d1">
<div class="da">Ostrich</div>
<div class="db">Ostrich</div>
</div>
<div class="d2">
<div class="dc">Ostrich</div>
<div class="dd">Ostrich</div>
</div></div>
</div>
</body>
</body>
78 changes: 78 additions & 0 deletions 3_assignment/submit/지민철/gwa3css.css
Original file line number Diff line number Diff line change
@@ -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;
}
51 changes: 51 additions & 0 deletions 4_assignment/submit/지민철/4-CSS.css
Original file line number Diff line number Diff line change
@@ -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;
}
64 changes: 64 additions & 0 deletions 4_assignment/submit/지민철/4-HTML.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title></title>
<script
src="https://kit.fontawesome.com/ff99ae13de.js"
crossorigin="anonymous"
></script>
<link
rel="C:\Users\Lenovo\Documents\GitHub\front_assignment\4_assignment\submit\지민철\4-CSS.css"
/>
</head>

<body>
<div class="z">
<div class="a">
<div class="a info">Google 정보</div>
<div class="a store">스토어</div>
</div>
<div class="b">
<div class="b gmail">Gmail</div>
<div class="b image">이미지</div>
<div class="b bb">
<i class="bb fa-solid fa-ellipsis"></i>
<i class="bb fa-solid fa-ellipsis"></i>
<i class="bb fa-solid fa-ellipsis"></i>
</div>
<div class="b login">로그인</div>
</div>
</div>
<div class="c">
<img src="./goog.png" />
<div class="search">
<div class="c3">
<i class="c1 fa-solid fa-magnifying-glass"></i>
<div class="c2">
<i class="c1 fa-regular fa-keyboard"></i>
<i class="c1 fa-solid fa-camera-retro"></i>
</div>
</div>
</div>
<div class="goolge_search">Goolge 검색</div>
<div class="I'mFeelingLucky">I'm Feeling lucky</div>
<div class="service">
구글 제공 서비스:
<div class="langage"></div>
</div>
</div>
<div class="d"></div>
<div class="e">
<div class="e1">
<div class="ad"></div>
<div class="business"></div>
<div class="searchinfo"></div>
</div>
<div class="e2">
<div class="e21"></div>
<div class="e22"></div>
<div class="e23"></div>
</div>
</div>
</body>
</html>
Binary file added 4_assignment/submit/지민철/goog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading