Learned or Solved Something Today?

Dump it here! Let others learn from you

Write a css hack
Showing 20 of 31 from page 1

azrina posted in #html #css #beginners #project

Fade In Text Animation Using Html And CSS

This is a simple Fade In Text Animation Using Html And CSS Only Html and CSS used here. When you specify CSS styles inside the  keyframes rule, the animation will gradually change from the current sty

azrina posted in #html #css #javascript #project #beginners

Simple But amazing Animated Eyes Follow Mouse Cursor using Vanilla Javascript

Naturally, we humans are happy to see other people in danger, Which is not desirable at all, This project is like my protest against this type of mentality. This is a very simple but cute looking Anim

azrina posted in #css #styles #project #html

Simple Social Accounts Link Button Design Using CSS

This is an simple but awsome looking Social Accounts Link Button with some cute hover effect using css You can try this can use these button into your portfolio site or anywhere you want Feel Free to

jennefer posted in #html #css #javascript #codingchallenge

CAN SOMEONE PLEASE HELP ME FIND THE ERROE?IAM A BEGINNER AND THIS IS A PROJECT PLEASE HELP

CAN SOMEONE PLEASE HELP ME FIND THE ERROE IAM A BEGINNER AND THIS IS A PROJECT PLEASE HELPCAN SOMEONE PLEASE HELP ME FIND THE ERROE IAM A BEGINNER AND THIS IS A PROJECT PLEASE HELPCAN SOMEONE PLEASE H

azrina posted in #javascript #project #html #css #beginners

Digital Clock by me Using Vanilla Javascript

This is a very cute looking digital clock I have used vanilla javascript to do so Function Description function clock      var hours   document getElementById hour   var minutes   document getElementB

shihab posted in #css #styles #beginners #project

Very Simple Loader Ring Using HTLM and CSS Animation

This a very simple loader circle using HTML and CSS In our web page in case of loading we can use this CSS Animations An animation lets an element gradually change from one style to another You can ch

mirlabibhossain99 posted in #javascript #beginners #html #css #project

Email address Format Checker using RegEx in JavaScript

What is RegEx Simply it is short form of Regular Expression My regEx   w w w w w I am going to check the format of my inputted value with the regular expression each time user press any key from key b

shihab posted in #javascript #project #html #css #beginners

A super simple drag and drop by me using vanilla javascript

Drag and drop on of my favourite functionality so lets build a simple drag and drop functionality using vanilla javascript We will take a look at drag events in JavaScript to be able to create drag an

shihab posted in #javascript #html #css #beginners #project

A simple Age Calculator by me using Javascript

We all knows that age is just a number But we often try to calculate our actual age for that i have created a simple age calculator using javascript This is a simple calculator using vanilla javascrip

shihab posted in #javascript #beginners #project #html #css

New Year Countdown Clock by me using JavaScript

The year 2020 is not going that much well for anyone Because of the global pandemic situation the whole world is kind of of stagnated behind the door like every other person I am also eagerly waiting

mirlabibhossain99 posted in #javascript #project #html #css #js

Build Awesome Stop Watch using JavaScript & HTML/CSS

Hello here is a project i will suggest beginner learners to try My solution Calling my function watchtime with a setInterval of 9 Why 9 Instead of 10 In my case it didn t showed exact interval using 1

azrina posted in #css #styles #snippets #beginners #html

A Simple Hover Design On Text by Me Using Pure HTML and CSS

Hover is a very attractive effect on a web page During learning html css i created this hover effect on a text We can use this on our web page to make particular text look cool I have used adding cont

mirlabibhossain99 posted in #javascript #css #html #js #beginners #project

Let's Create and Play TicTacToe Game | using JavaScript and HTML/CSS

This is one of the beginner level project Which is pretty simple and fun to build and of course fun to play TicTacToe In my code i tried to keep my HTML CSS and JS as clean as possible html Here i use

mirlabibhossain99 posted in #javascript #html #css #js #project

RGB Color Generator using JavaScript and HTML/CSS

RGB Colors RGB color values are supported in all browsers An RGB color value is specified with rgb red green blue Each parameter red green and blue defines the intensity of the color as an integer bet

azrina posted in #css #html #beginners #styles #project

My Neon Light Button Designs Using Pure HTML and CSS | Mini Project

Who doesn t like cool neon light designs Here in this example project I have designed few neon buttons using pure html and css Features Neon light for Login Signup Join buttons with hover effect Anima

shihab posted in #javascript #html #css #beginners #project

How I created my first ever responsive image slider in HTML, CSS & Javascript

This is a javaScript function to create slide show here is less design you can design it as your own please share if there is any better way of implement it I wanted to create a basic image slider wit

shihab posted in #javascript #html #css #beginners #project

Simple Signup form with strong username and password validation

This a simple javascript function to validate the name and password as our requirements before the user submit the form In this i have used the Regex To create my requirements  Name Validation functio

mirlabibhossain99 posted in #javascript #xml #ajax #css #html #snippets

Extract and Read Data from XML using AJAX and JavaScript

What is AJAX AJAX Asynchronous JavaScript And XML AJAX is not a programming language AJAX just uses a combination of A browser built in XMLHttpRequest object to request data from a web server JavaScri

fayek posted in #html #css #snippets

How to create a Vertical news ticker with just pure HTML and CSS.

Using this snippet we can create a Vertical news ticker with just CSS Code explanation tickerv wrap Just a max width 500px container with overflow hidden to hide the scrollbars keyframes ticker Basica

fayek posted in #html #css #javascript #snippets

Create calculator using HTML, CSS & JS

Today i have created a simple calculator by using HTML CSS and Javascript and i want to share it with you Code explanation Used a single function called myFunc for getting user inputs Used erase funct

fb