Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitws_group_practice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
git_ws
gitws_group_practice
Commits
bc900eaf
Commit
bc900eaf
authored
2 years ago
by
Gombos Sándor Bence
Browse files
Options
Downloads
Patches
Plain Diff
add site template
parent
6198771f
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
img/gombossb.png
+0
-0
0 additions, 0 deletions
img/gombossb.png
index.html
+17
-0
17 additions, 0 deletions
index.html
style.css
+14
-0
14 additions, 0 deletions
style.css
with
31 additions
and
0 deletions
img/gombossb.png
0 → 100644
+
0
−
0
View file @
bc900eaf
66.8 KiB
This diff is collapsed.
Click to expand it.
index.html
0 → 100644
+
17
−
0
View file @
bc900eaf
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Git WS
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
<body>
<main>
<figure>
<img
src=
"./img/gombossb.png"
alt=
"kacsa"
>
<figcaption>
gombossb
</figcaption>
</figure>
</main>
</body>
</html>
This diff is collapsed.
Click to expand it.
style.css
0 → 100644
+
14
−
0
View file @
bc900eaf
main
{
display
:
flex
;
flex-wrap
:
wrap
;
}
figure
{
margin
:
2em
;
border
:
1px
solid
black
;
}
figure
img
{
max-width
:
300px
;
}
figure
figcaption
{
text-align
:
center
;
}
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