Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
My_first_HTML
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
Admin message
During summer vacation, Gitlab will be restart frequently. Use it carefully.
Show more breadcrumbs
DongHwi Kim
My_first_HTML
Commits
bcd65113
Commit
bcd65113
authored
Jul 5, 2023
by
DongHwi Kim
Browse files
Options
Downloads
Patches
Plain Diff
my_first_htmlcss
parent
28a182c8
No related branches found
No related tags found
No related merge requests found
Pipeline
#7330
passed
Jul 5, 2023
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/index.html
+27
-9
27 additions, 9 deletions
public/index.html
public/style.css
+10
-3
10 additions, 3 deletions
public/style.css
with
37 additions
and
12 deletions
public/index.html
+
27
−
9
View file @
bcd65113
...
@@ -7,17 +7,35 @@
...
@@ -7,17 +7,35 @@
<link
rel=
"stylesheet"
href=
"style.css"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
</head>
<body>
<body>
<div
class=
"navbar"
>
<h1
class=
"a"
>
My judo club
</h1>
<a
href=
"https://pages.gitlab.io/plain-html/"
>
Plain HTML Example
</a>
<div>
<a
href=
"https://gitlab.com/pages/plain-html/"
>
Repository
</a>
<img
src=
"유사사로고.jpeg"
width=
"300"
height=
"500"
>
<a
href=
"https://gitlab.com/pages/"
>
Other Examples
</a>
</div>
<div>
<h2>
나의 유도 기술들
</h2>
<ul>
<li>
업어치기
</li>
<li>
허벅다리
</li>
<li>
안다리걸기
</li>
<li>
안뒤축
</li>
</ul>
</div>
<div>
<h2>
나의 기술 우선 순위
</h2>
<ol>
<li>
업어치기
</li>
<li>
안뒤축
</li>
<li>
안다리걸기
</li>
<li>
허벅다리
</li>
</ol>
</div>
<div>
<h4>
폰트 사이즈및 종류 변경 테스트
</h4>
<p
class=
"em"
>
글자크기 : 2em
</p>
<p
class=
"rem"
>
글자크기 : 2rem
</p>
</div>
</div>
<h1>
Hello World!
</h1>
<a
href=
"http://song2948837.ajousw.kr/myhtml"
>
동료 웹 페이지
</a>
<p>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
</p>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
public/style.css
+
10
−
3
View file @
bcd65113
...
@@ -4,6 +4,15 @@ body {
...
@@ -4,6 +4,15 @@ body {
max-width
:
1280px
;
max-width
:
1280px
;
}
}
img
{
margin
:
auto
;
display
:
block
;
}
.em
{
font-size
:
2em
;
font-family
:
cursive
;}
.rem
{
font-size
:
2rem
;
font-family
:
serif
;
}
.a
{
background-color
:
aquamarine
;
}
.navbar
{
.navbar
{
background-color
:
#313236
;
background-color
:
#313236
;
border-radius
:
2px
;
border-radius
:
2px
;
...
@@ -18,7 +27,5 @@ body {
...
@@ -18,7 +27,5 @@ body {
text-decoration
:
none
;
text-decoration
:
none
;
}
}
.navbar
a
:hover
{
color
:
#ffffff
;
}
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