Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-project
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
Container 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
Nour, Arezou
git-project
Commits
55b5743d
Commit
55b5743d
authored
7 months ago
by
arezou
Browse files
Options
Downloads
Patches
Plain Diff
updated
parent
10ec996a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/main.css
+52
-0
52 additions, 0 deletions
css/main.css
index.html
+11
-8
11 additions, 8 deletions
index.html
with
63 additions
and
8 deletions
css/main.css
0 → 100644
+
52
−
0
View file @
55b5743d
/*.parent{
width: 50%;
height: auto;
background-color: aqua;
.parent__h1{
background-color: blue;
}
.parent-1{
width: 1000px;
height:200px;
background-color: blue;
margin: 50px auto;
}
.parent-2{
width: 90px;
background-color: brown;
margin: 50px auto;
}
.parent-3{
width: 70px;
background-color: cadetblue;
margin: 50px auto;
}
.parent-4{
width: 80%;
background-color: bisque;
margin: 50px auto;
}*/
/*:root{
--width:300px;
--height:200px;
--background_color:rgb(9, 0, 128);
--center:50px auto;
}
.parent{
width:var(width);
height:var(--height);
background-color: var(--background_color);
margin: var(--center);
}*/
.parent
{
width
:
250px
;
height
:
250px
;
background-color
:
bisque
;
margin
:
50px
auto
;
border-radius
:
50%
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
index.html
+
11
−
8
View file @
55b5743d
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html
lang=
"en"
>
<head>
<head>
<title>
Hello World!
</title>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
<link
rel=
"stylesheet"
href=
"./css/main.css"
/>
</head>
</head>
<body>
<body>
<div
class=
"parent"
>
</div>
<h1>
Hello world!
</h1>
<div><img
src=
"img_hello_world.jpg"
alt=
"Hello World from Space"
style=
"width:100%;max-width:726px"
></div>
<a
href=
"./image/img_hello_world.jpg>
</body>
</body>
</html>
</html>
\ 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