Skip to content

Instantly share code, notes, and snippets.

View unqownexe's full-sized avatar
😎

Unqown Exe unqownexe

😎
View GitHub Profile
@unqownexe
unqownexe / glowy-hover-effect.markdown
Created September 10, 2023 10:02
glowy hover effect

glowy hover effect

Inspired by the hover effects in Linear's features page

A Pen by Ines on CodePen.

License.

@unqownexe
unqownexe / glowy-hover-effect.markdown
Created September 10, 2023 10:02
glowy hover effect

glowy hover effect

Inspired by the hover effects in Linear's features page

A Pen by Ines on CodePen.

License.

@unqownexe
unqownexe / index.html
Created November 17, 2022 18:10
Input Text Material with Gradient
<div class="form__group field">
<input type="input" class="form__field" placeholder="Name" name="name" id='name' required />
<label for="name" class="form__label">Name</label>
</div>
@unqownexe
unqownexe / index.html
Created June 12, 2022 17:47
macOS Monterey
<div class="menu-bar">
<div class="left">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Apple_logo_white.svg/1010px-Apple_logo_white.svg.png" class="apple-logo" alt="">
<span class="menus active">Finder</span>
<span class="menus">File</span>
<span class="menus">Edit</span>
<span class="menus">View</span>
<span class="menus">Go</span>
<span class="menus">Window</span>
<span class="menus">Help</span>