
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
시간 12:00 글자크기 키우는 곳부터 적용이 되지 않았어요.
Hello와 집청소하기는 가운데로 오지 않고요.
time이 실시간 적용되지 않아요.
총체적 난국입니당
보고 계신 화면 전<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<title>나만의 동기부여 홈화면 만들기</title>
<script src=""index.js)></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
* {
font-family: 'Poppins', sans-serif;
}
body {
background-image: url("https://www.fodors.com/wp-content/uploads/2018/10/HERO_UltimateRome_Hero_shutterstock789412159.jpg"
);
background-position: center;
color: white;
}
.time {
font-size: 80px;
font-weight: bold;
}
.greeting {
font-size: 50px;
}
.todo {
font-size: 30px;
}
.author {
font-size: 25px;
font-style: italic;
}
.main {
width: 100vw;
height: 80vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.quote {
width: 100vw;
height: 20vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
</style>
<script>
</script>
</head>
<body>
<div class="main"
<div id="time" class="time">12:00</div>
<div class="greeting">Hello</div>
<div class="todo">집청소하기</div>
</div>
<div class="quote"
<div id="author" class="author">-명언의 저자-</div>
<div id="content" class="content">"명언의 내용"</div>
</div>
</body>
</html>체를 캡처해 주시면, 튜터님들이 빠르게 상황을 이해할 수 있어요.
