-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreamdme.html
More file actions
45 lines (40 loc) · 1016 Bytes
/
reamdme.html
File metadata and controls
45 lines (40 loc) · 1016 Bytes
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
<div
style="
position: relative;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
padding: 16px;
border-radius: 10px;
width: fit-content;
font-family: sans-serif;
border: 1px solid #eee;
margin-top: 20px;
"
>
<h3>46</h3>
<!-- Image -->
<img
src="https://res.cloudinary.com/dwvr054ck/image/upload/v1747830957/Screenshot_162_y8bmnx.png"
alt="Preview"
style="max-width: 100%; border-radius: 8px; display: block"
/>
<!-- Caption -->
<h4 style="margin-top: 10px; color: #555; font-size: 30px">
Input Suggestions
</h4>
<!-- Button -->
<div style="margin-top: 12px; text-align: right">
<a
href="https://github.com/dm-thedeveloper/html-css/blob/main/1-100%20HTML%20CSS%20JS%20Animation%20effects/55%20input%20suggestions.html"
style="
background-color: #3498db;
color: white;
padding: 8px 14px;
text-decoration: none;
border-radius: 6px;
"
>
go to file
</a>
</div>
</div>
<hr>