artical explode with prevue
This commit is contained in:
parent
ea28ecb36e
commit
60b4594e9d
2 changed files with 38 additions and 14 deletions
26
index.html
26
index.html
|
|
@ -1,14 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/shared.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div class="glass artical">
|
||||
<h1>hi</h1>
|
||||
<hr>
|
||||
<p>obama killed my wife</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/shared.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="glass artical">
|
||||
<h1>hi</h1>
|
||||
<hr>
|
||||
<p class="preview">shit</p>
|
||||
<p class="content">fuck</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue