-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.html
25 lines (23 loc) · 2.02 KB
/
second.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' >
<meta content='width=device-width, minimum-scale=1.0, maximum-scale=1.0' name='viewport'>
<title>Girl Develop it workshop</title>
<link rel="stylesheet" type="text/css" href="second.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
</head>
<body >
<div class="top">
<div class="wrapper">
<h1>Hello World</h1>
<p>This is going to respond to browser resizing</p>
</div>
</div>
<div class="wrapper">
<p class="text">There are different types of links. You can create an external link, a link that go to another web site. This link is absolute and basically need all the line that usually you see or type in the Url bar of your browser. If we want to link our web site to the OTS site, it look like this: </p>
<p class="text">TThere are different types of links. You can create an external link, a link that go to another web site. This link is absolute and basically need all the line that usually you see or type in the Url bar of your browser. If we want to link our web site to the OTS site, it look like thishere are different types of links. You can create an external link, a link that go to another web site. This link is absolute and basically need all the line that usually you see or type in the Url bar of your browser. If we want to link our web site to the OTS site, it look like this. There are different types of links. You can create an external link, a link that go to another web site. This link is absolute and basically need all the line that usually you see or type in the Url bar of your browser. If we want to link our web site to the OTS site, it look like this: </p>
<p class="text">There are different types of links. You can create an external link, a link that go to another web site. This link is absolute and basically need all the line that usually you see or type in the Url bar of your browser. If we want to link our web site to the OTS site, it look like this: </p>
</div>
</body>
</html>