css

Fees Payment Management System

Submitted by prome on
i. Administrator: this module contains both bursars and students information as well as the activities each of them carries at different times. It keeps track on the logs for all system users. It allows the system administrator to add bursars as well as students and manage their accounts. ii. Bursar: This module contains students’ details as well as payment detail. That is fees paid and balances

Login Sign up and Forget Password Form in HTML Bootstrap

Submitted by Deepak86014 on
In this source code we are going to see how to create login , sign up and forget password modal form in HTML using Bootstrap. This modal window allows user to login , sign up and reset password. user can easily move one form to other. This source code can be particular useful if you want to create the login , sign up and forget password forms available to your users in you website. the source code

Real Estate Website using AngularJS

Submitted by jaronavales on
Getting Started with AngularJS AngularJS is an awesome framework for building single page web applications, and it's definitely among the most popular out there. When I started learning Angular, I felt lost for quite a while, and I couldn't quite wrap my head around it at first. This app you can see the real estate website and it's property listing page. Through this, you can Edit, Delete and Add

How to Create a Ribbon using CSS

Submitted by Jeprox on
In this tutorial we are going to learn how to make ribbon using CSS. You may play around with the CSS codes change the positions of the ribbon elements . Here's the code: CSS Code: .ribbon { font-size: 16px !important; width: 300px; position: relative; background: #C50F0F; color: #fff; text-align: center; padding: 1em 2em; margin: 2em auto 3em; } .ribbon:before, .ribbon:after { content: ""

AJax-based Document Management System (Jihad Cloud)

Submitted by abfiph on
JihadCLOUD v1.0 is an Multi uploader manager system e.g. on web & android apps, video, document and other digital apps which you can download and upload your own application or software and everything for FREE. And it is multi uploader software apps include very easy to manage with Open source licensed. This software uses open-source plugins blueimp, foundation, lightbox and jquery. "Documentation

3D Portfolio Panel Page & Touch Screen Effects

Submitted by abfiph on
SASS and CSS We use SASS and Bourbon (http://bourbon.io/) for our resources. If you don't use SASS, just use the .css files that you find in the css folder. You can delete both sass and partials folders. Instructions: Just run on your normal desktop browsers & mobile browsers tool. Thanks & Enjoy. Hope you like it. I am happy if like my codes

Simple Login with Session, Add, Edit, Delete and Search

Submitted by geralad.narisma on
Good day! This simple project will teach you how to create a simple login with session and simple maintenance using PHP and MySQL especially for the beginners. The features of this project login with session, "admin" as username and "admin" as password. This is also to teach you how to add, edit, delete data to the database and also search that stored in database.