forked from mattscepter/testWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage3.html
More file actions
13 lines (10 loc) · 880 Bytes
/
page3.html
File metadata and controls
13 lines (10 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<title>table-layout property</title>
</head>
<body>
<div class="hi" onclick="console.log('Custom ele')"></div>
<div class="hidden lg:flex gap-x-[10px] mt-[76px]" onclick="console.log('Custom ele')"><div class="arrow-left"> <svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27" fill="none"> <path d="M13.5 6.75L6.75 13.5L13.5 20.25" stroke="#5751F9" stroke-width="1.25"></path> <path d="M20.25 13.5L6.75 13.5" stroke="#5751F9" stroke-width="1.25"></path> </svg></div><div class="arrow-right"> <svg class="scale-[-1]" xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27" fill="none"> <path d="M13.5 6.75L6.75 13.5L13.5 20.25" stroke="#5751F9" stroke-width="1.25"></path> <path d="M20.25 13.5L6.75 13.5" stroke="#5751F9" stroke-width="1.25"></path> </svg></div></div>
</body>
</html>