-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
19 lines (19 loc) · 702 Bytes
/
Copy pathtest.html
File metadata and controls
19 lines (19 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PortafolioReplica</title>
<link rel="stylesheet" href="stylestest.css" />
</head>
<body>
<div class="card slideLeft slideRight">
<span id= "x" class="card">
<span class="circle">
<div class="icon" id="pen"></div></span>
<a class="tittleCard" href="">UI/UX Design</a><br>
<p class="pCard">Free resource that will help understand thecv designc process and improve theroi nderstand the design process andisei impro are of vquality.</p>
</span>
</div>
</body>
</html>