CaptAsh / CSS-Selector-Exercise-Periodic-Table

CSS-Selector-Exercise-PeriodicTable

Home Page:https://ashraftajuddin.github.io/CSS-Selector-Exercise-Periodic-Table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Selectors Exercise just using Table HTML & style with CSS

Data Structure

  • Create Periodic Table just using Table HTML and style it with CSS

Expected output

Imgur

Method

<!-- in HTML  using HTML Table tag 
<table>
  <tr> <td>
  </td>
  </tr> 
 <table>  -->   
/* in CSS using pseudo classes like:
nth-child()
nth-first-child()
nth-last-child() */
                                      

Resources

Result

Feel free to click here for the deployment!

About

CSS-Selector-Exercise-PeriodicTable

https://ashraftajuddin.github.io/CSS-Selector-Exercise-Periodic-Table/


Languages

Language:HTML 72.8%Language:CSS 27.2%