Tuesday, 13 January 2015

React

A JavaScript library for building user interfaces. more...


No comments:

Create modal using HTML and CSS

<body>   <dialog id = "modal">      <div>        <h1>Title</h1>        <p>Sample Text</p...