Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
Board
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Kriengsak
Board
Commits
98831bf1
Commit
98831bf1
authored
Feb 04, 2018
by
Kriengsak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add week13
parent
0e557301
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
81 additions
and
0 deletions
+81
-0
homework.html
Week13/homework.html
+36
-0
responsive.html
Week13/responsive.html
+23
-0
test.html
Week13/test.html
+22
-0
No files found.
Week13/homework.html
0 → 100644
View file @
98831bf1
<!DOCTYPE html>
<html>
<title>
W3.CSS
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<body>
<div
class=
"w3-container w3-green"
>
<h1>
W3Schools Demo
</h1>
<p>
Resize this responsive page!
</p>
</div>
<div
class=
"w3-row-padding"
>
<div
class=
"w3-third"
>
<h2>
London
</h2>
<p>
London is the capital city of England.
</p>
<p>
It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.
</p>
</div>
<div
class=
"w3-third"
>
<h2>
Paris
</h2>
<p>
Paris is the capital of France.
</p>
<p>
The Paris area is one of the largest population centers in Europe,
with more than 12 million inhabitants.
</p>
</div>
<div
class=
"w3-third"
>
<h2>
Tokyo
</h2>
<p>
Tokyo is the capital of Japan.
</p>
<p>
It is the center of the Greater Tokyo Area,
and the most populous metropolitan area in the world.
</p>
</div>
</div>
</body>
</html>
Week13/responsive.html
0 → 100644
View file @
98831bf1
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
</head>
<body>
<div
class=
"header-part"
>
asdfghjkl
</div>
<div
class=
"body-part"
>
asdfghjkladf
</div>
<div
class=
"footer-part"
>
asdfghjkllhhhh
</div>
</body>
</html>
\ No newline at end of file
Week13/test.html
0 → 100644
View file @
98831bf1
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Document
</title>
</head>
<body>
<div
class=
"main-container"
>
<nav
class=
"site-menu"
>
insert menu code here
</nav>
<div
class=
"main-content"
>
<article>
insert article code here
</article>
<form>
insert form code here
</form>
</div>
<aside
class=
"sidebar"
>
<div>
insert sidebar code here
</div>
</aside>
</div>
</body>
</html>
\ No newline at end of file
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