-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarcelino.html
66 lines (58 loc) · 2.04 KB
/
marcelino.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<title>
My Blog
</title>
<meta name="description" ccntent="Awesome by Marcelino">
<meta name="Keyword" content="Web Design blog,Web Devblog,Marcelino media">
<link rel="stylesheet" href="Cascading.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<header id="main-header">
<h1>
My Website
</h1>
</div>
</header>
<a href="index.html">Go to Index</a>
<div class="w3-container">
<p class="w3-dropdown-hover">menu!
<span class="w3-dropdown-content w3-green w3-padding" >pora puka
<section id="section">
<span id="span">
<article class="post">
<h3>Blog Post There</h3>
<small>Posted by Marcelino by December 14</small>
<p>
yaswanth kongi born in somewhere in the world but put faith<br> in real God his name is Jesus Christ one only beloved son of the father
known as the holyspirit
</p>
<a href="post.html">Read More</a>
</article>
</span>
</section>
<aside>
<h3>Categories</h3>
<nav>
<ul>
<li><a href="#">Category 1</a></li>
<li><a href="#">Category 2</a></li>
</ul>
</nav>
</aside>
<footer id="main-footer">
<p>Cpoyright © 2017, My Website</p>
<div class="w3-container">
<h2>Cards</h2>
<p>Create paper-like cards with the w3-card classes:</p>
<div class="w3-card w3-yellow"><p>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQne0aJBNtNIX9l9ktZNEAcm2WnIdvZyBpCIg&usqp=CAU"
yaswanth</p></div>
<div class="w3-card-2 w3-green"><p>Ajaykumar</p></div>
<div class="w3-panel w3-card-4"><p>Anil babu</p></div>
</div>
</footer>
</body>
</html>