35 lines
989 B
HTML
35 lines
989 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Blog de desing</title>
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- partial:index.partial.html -->
|
|
<div class="typewriter">
|
|
<center><h1>Layer_1 - Aula de Design</h1></center>
|
|
<div>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
</div>
|
|
<h2> Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea rem sunt accusamus, aliquam, exercitationem fugit harum explicabo ipsam accusantium totam nobis qui possimus autem, at saepe molestias praesentium eveniet consequatur?</h2>
|
|
</div>
|
|
<a href="index.html">
|
|
<div class="home-p">
|
|
<!-- -->
|
|
<img src="https://www.mrdoran.co.uk/uploads/1/6/1/3/16132578/neuron-gif_orig.gif" alt="" class="imgMasked" />
|
|
<div class="home-p-hail"></div>
|
|
<div class="home-p-hail2"><br><h2>Home</h2></div>
|
|
<p class="home-p-name">Home</p>
|
|
</div>
|
|
</a>
|
|
|
|
</body>
|
|
</html> |