Skip to content
Snippets Groups Projects
Commit 422b2ef1 authored by Minho Lim's avatar Minho Lim
Browse files

feat p tag style

parent 51e46a40
No related branches found
No related tags found
No related merge requests found
Pipeline #5894 passed
......@@ -12,6 +12,8 @@
</div>
<div class="container">
<p>실전코딩 과제3 웹페이지</p>
<div class="parent-container">
<h1 class="title">내 정보</h1>
<div class="flex flex-col">
......
......@@ -37,6 +37,14 @@ body {
width: 100%;
display: flex;
flex-direction: column;
margin: 0 2rem;
}
.container p {
background-color: antiquewhite;
font-size: 2rem;
font-weight: 700;
font-family: 'Segoe UI';
}
.flex {
......@@ -60,7 +68,6 @@ body {
flex-direction: column;
padding: 1.5rem 3rem;
margin: 0 2rem;
border: solid 1px grey;
border-radius: 16px;
......@@ -141,9 +148,6 @@ body {
.feature-container > h2 {
margin-bottom: 1rem;
background-color: antiquewhite;
font-size: 2rem;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.feature-container h6:not(:first-child) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment