Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Task_1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Armands Klecetnikovs
Task_1
Commits
d1a95fca
Commit
d1a95fca
authored
Feb 07, 2018
by
Armands Klecetnikovs
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'page_two'
parents
80951149
6d009e27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
about.html
about.html
+28
-0
main.css
css/main.css
+14
-0
No files found.
about.html
0 → 100644
View file @
d1a95fca
<!doctype html>
<html
lang=
"en"
>
<!-- HEAD, this part will not be shown in browser -->
<head>
<!-- Pages character encoding -->
<meta
charset=
"utf-8"
>
<!-- Pages title that will be show in tab -->
<title>
Page two
</title>
<!-- Pages meta tags, containing description and author. Will not be shown -->
<meta
name=
"description"
content=
"First webpage in WWW Technologies course"
>
<meta
name=
"author"
content=
"Mārcis Koloda"
>
<!-- Link to CSS file -->
<link
rel=
"stylesheet"
href=
"css/main.css"
>
</head>
<!-- BODY, this part will be shown in browser -->
<body>
<!-- HEADING TAG, h3 is third largest heading tag -->
<h3>
My name is [Mārcis] and this is primitive web page
</h3>
<p>
This is very primitive web page with one heading and one paragraph.
</p>
</body>
</html>
css/main.css
View file @
d1a95fca
...
...
@@ -11,3 +11,17 @@ h1{
margin-top
:
20%
;
color
:
#663399
;
}
h3
{
display
:
block
;
margin-top
:
20%
;
color
:
#FF69B4
;
font-size
:
80px
;
text-align
:
center
;
}
p
{
text-align
:
center
;
font-size
:
40px
;
font-weight
:
bold
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment