기초를 다진 후 잘 활용하는 것을 우선으로 진행하기!🫢
git: https://github.com/leeyulgok/Day3/tree/main/%EC%8B%A4%EC%8A%B5
h1 {
text-align: center;
}
#myHeader {
color: red;
}
.container {
margin: 0;
padding: 0;
}
<style>
p { color : red }
</style>
<link rel="stylesheet" href="styles.css">
<p style="font-size: 24px;">하하</p>
git : https://github.com/leeyulgok/Day3/blob/main/%EC%8B%A4%EC%8A%B5/practice1.html
스파이퍼팩토리 홈페이지 : https://sniperfactory.com/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>교육과정</title>
<link rel="stylesheet" href="./practice3.css">
<script src="https://kit.fontawesome.com/a6428546b2.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="containers">
<div class="container">
<div class="container-image">
<img src="../counselingCorgi.webp" alt="교육과정">
</div>
<div class="container-content">
<div class="content-head">
<h3>제목</h3>
</div>
<div class="content-des">
<p>내용</p>
</div>
<div class="content-icon">
<a>기수 #기<i class="fa-solid fa-rocket"></i></a>
</div>
</div>
<button>더 알아보기</button>
</div>
</div>
</body>
</html>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}
.containers {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
width: 300px;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.container-image img {
width: 100%;
height: auto;
transition: transform 0.3s ease;
}
.container-image:hover img {
transform: translateY(-5px);
}
.container-content {
width: 100%;
margin-top: 20px;
text-align: left;
}
.content-head h3 {
font-size: 18px;
margin: 0;
}
.content-des {
margin-top: 10px;
}
.content-des p {
font-size: 14px;
margin: 0;
}
.content-icon {
text-align: right;
margin-top: 10px;
}
.content-icon a {
font-size: 12px;
}
button {
margin-top: 20px;
padding: 10px 20px;
background-color: #ff6600;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #ff4500;
}
CSS를 활용 잘하는 사람이 잘 해보인다.
본 후기는 유데미-스나이퍼팩토리 10주 완성 프로젝트캠프 학습 일지 후기로 작성 되었습니다.
#프로젝트캠프 #프로젝트캠프후기 #유데미 #스나이퍼팩토리 #웅진씽크빅 #인사이드아웃 #IT개발캠프 #개발자부트캠프 #리액트 #react #부트캠프 #리액트캠프