-
Notifications
You must be signed in to change notification settings - Fork 0
/
Css_3rd_assignment.html
38 lines (36 loc) · 1.33 KB
/
Css_3rd_assignment.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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<title>Third question</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="first">
<div class="text">
<h1>Down With The State</h1>
<p>Abadon the left vs right paradigm and adopt new ideals,where <br> where consistency and logic reign supreme</p>
</div>
<div class="image">
<img src="i-message.svg" alt="logo" style="width:150px;height:150px;">
</div>
</div>
<div class="Second">
<div class="b1">
<h2>But What about the Road </h2>
<p>You just don't understand economics,like supply<br> and demand.Don't worry kiddo, where there's a <br>demand there will be supply, w'll have all have our results</p>
</div>
<div class="b2">
<h2>Is taxation theft?</h2>
<p>If i came to your house with heavily armed <br> buddies ,demanded that you and your neighbors <br> gives me a percentage of your income, in retirn for<br>some crappy monopolized services that you didn,t ask for, would you consisder that they?</p>
</div>
<div class="b3">
<h2>So, what you're saying is..?</h2>
<p>
Libertarians want to live in a world where gay <br>couples can protect their poppy feilds with fully<br>automatic weapons.
<br>
A world where voluntrayism and property rights are treated with the highest respect.
</p>
</div>
</div>
</body>
</html>