Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
HTML_practice
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
곽동준
HTML_practice
Commits
74f2db1e
Commit
74f2db1e
authored
2 years ago
by
곽동준
Browse files
Options
Downloads
Patches
Plain Diff
coloring the specific paragraph
parent
38a1e0c3
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5783
passed
2 years ago
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/index.html
+3
-3
3 additions, 3 deletions
public/index.html
public/style.css
+14
-0
14 additions, 0 deletions
public/style.css
with
17 additions
and
3 deletions
public/index.html
+
3
−
3
View file @
74f2db1e
...
@@ -36,9 +36,9 @@
...
@@ -36,9 +36,9 @@
</ol>
</ol>
<p>
here's the my friend's link
</p>
<p>
here's the my friend's link
</p>
<a
href=
"http://unidev.ajousw.kr/jiheon-choi/"
>
Choi Ji Heon
</a>
<p
class=
"link1"
>
<a
href=
"http://unidev.ajousw.kr/jiheon-choi/"
>
Choi Ji Heon
</a>
</p>
<a
href=
"http://sunje105.ajousw.kr/sunje_homepage/"
>
Lee Sun Je
</a>
<p
class=
"link2"
>
<a
href=
"http://sunje105.ajousw.kr/sunje_homepage/"
>
Lee Sun Je
</a>
</p>
<a
href=
"http://minsol_choo.ajousw.kr/practical_coding_1_html/"
>
Choo Min Sol
</a>
<p
class=
"link3"
>
<a
href=
"http://minsol_choo.ajousw.kr/practical_coding_1_html/"
>
Choo Min Sol
</a>
</p>
<h6>
The End
</h6>
<h6>
The End
</h6>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
public/style.css
+
14
−
0
View file @
74f2db1e
...
@@ -22,3 +22,17 @@ body {
...
@@ -22,3 +22,17 @@ body {
color
:
#ffffff
;
color
:
#ffffff
;
}
}
p
.link1
{
font-size
:
medium
;
background-color
:
aqua
;
}
p
.link2
{
font-size
:
medium
;
background-color
:
aquamarine
;
}
p
.link3
{
font-size
:
medium
;
background-color
:
antiquewhite
;
}
\ No newline at end of file
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