Skip to main content

Posts

Showing posts from 2018

Gradient Text - CSS

This is WebKit only, the gradient text to accomplish it as the text remains editable and selectable web text in CSS. DEMO Gradient Text HTML < h1 > Gradient Text </ h1 > CSS h1 { font - size: 72 px; background: - webkit - linear - gradient( #eee, #F00); - webkit - background - clip: text; - webkit - text - fill - color: transparent; }

Link For A Phone Number - HTML

You can make phone call with just one click using one line of code. Telephone links are a thing. Like an anchor link you tap to (probably) go to another page, these are links you tap to call a number on a phone-capable device. There is enough web traffic on mobile devices and plenty of desktops apps that are capable of making calls, that it’s worth knowing more about phone links. HTML <a href= "tel:0123456789" > Call Me Baby </a>

Introduction

Hello world,  UIUX Component  is for those who newbie in HTML, CSS and JavaScript for their new career as Web Designer, Web Developer, Web Editor etc. We try our best to make sure we update the code which applicable for your daily routine in web development or maybe some for Apps content.  To utilise this site you should have basic knowledge on HTML, CSS and JavaScript. If you still not sure what we talking about, we have a few suggestion on where you should to start your knowledge. What is HTML HTML stands for Hyper Text Markup Language, the standard markup language for creating Web pages. Describes the structure of a Web page, consists of a series of elements which elements tell the browser how to display the content also elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc. HTML Tutorial What is CSS CSS stands for Cascading Style Sheets, describes how HTML elements are to be displayed on screen, pape