CaptAsh / CSS-Selector-Exercise-Chessboard

CSS-Selector-Exercise-Chessboard

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Selectors Exercise using Table HTML & style with CSS

Data Structure

  • Create Chessboard using Table and no Class or ID and your css file should not be more than 25 line.

Expected output

Imgur

Method

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

Resources

Result

Feel free to click here for the deployment!

About

CSS-Selector-Exercise-Chessboard

https://ashraftajuddin.github.io/CSS-Selector-Exercise-Chessboard/


Languages

Language:HTML 82.1%Language:CSS 17.9%