Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
html_css
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Minho Lim
html_css
Commits
422b2ef1
Commit
422b2ef1
authored
2 years ago
by
Minho Lim
Browse files
Options
Downloads
Patches
Plain Diff
feat p tag style
parent
51e46a40
No related branches found
No related tags found
No related merge requests found
Pipeline
#5894
passed
2 years ago
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/index.html
+2
-0
2 additions, 0 deletions
public/index.html
public/style.css
+8
-4
8 additions, 4 deletions
public/style.css
with
10 additions
and
4 deletions
public/index.html
+
2
−
0
View file @
422b2ef1
...
...
@@ -12,6 +12,8 @@
</div>
<div
class=
"container"
>
<p>
실전코딩 과제3 웹페이지
</p>
<div
class=
"parent-container"
>
<h1
class=
"title"
>
내 정보
</h1>
<div
class=
"flex flex-col"
>
...
...
This diff is collapsed.
Click to expand it.
public/style.css
+
8
−
4
View file @
422b2ef1
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment