Skip to content

Instantly share code, notes, and snippets.

@SH20RAJ
SH20RAJ / index.html
Created October 31, 2020 09:30
Search bar animation
<form id="content">
<input type="text" name="input" class="input" id="search-input">
<button type="reset" class="search" id="search-btn"></button>
</form>
@SH20RAJ
SH20RAJ / index.html
Created October 31, 2020 09:31
Responsive Social Platform UI
<div class="container" x-data="{ rightSide: false, leftSide: false }">
<div class="left-side" :class="{'active' : leftSide}">
<div class="left-side-button" @click="leftSide = !leftSide">
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
<svg stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M19 12H5M12 19l-7-7 7-7"/>
</svg>
</div>
<div class="logo">ULTRANET</div>
<div class="side-wrapper">
@SH20RAJ
SH20RAJ / index.html
Created October 31, 2020 09:32
Search
<div id="search-bar" class="search-bar">
<input type="text" />
<div id="close" class="toggle"></div>
</div>
<p>
Inspired by <a href="https://dribbble.com/shots/1992789-Search?list=buckets&offset=0" target="_blank">this dribbble</a>
</p>
@SH20RAJ
SH20RAJ / a-whatsapp-ui.markdown
Last active October 31, 2020 11:17
WhatsApp UI

WhatsApp UI

I created this pen with My Mobile. I will try to add more things but Its complicated in mobile Text editor !!

A Pen by SH20RAJ on CodePen.

License.

@SH20RAJ
SH20RAJ / a-whatsapp-ui-design.markdown
Last active October 31, 2020 11:07
Whatsapp Ui Design
@SH20RAJ
SH20RAJ / fb-s-massenger-clone-font-end-only.markdown
Created October 31, 2020 09:35
Fb's Massenger Clone(font-end only)
@SH20RAJ
SH20RAJ / a-wall-clock-in-css3.markdown
Last active October 31, 2020 11:04
Wall Clock in CSS3
@SH20RAJ
SH20RAJ / a-digital-clock-with-vue-js.markdown
Last active November 1, 2020 09:23
Digital Clock with Vue.js
@SH20RAJ
SH20RAJ / a-web-developer-workspace-full-css.markdown
Created October 31, 2020 11:08
Web Developer Workspace Full CSS
@SH20RAJ
SH20RAJ / css-rotary-clock.markdown
Created October 31, 2020 11:15
CSS Rotary Clock