Skip to content

Commit

Permalink
created styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyl67899 committed Nov 11, 2024
1 parent 9cd9408 commit 32ec34f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
td,
th {
border: 1px solid;
}

/* planet image */
.plnt__img{
padding: 15px;
border-radius: 100px;
}

.plnt__img:hover{
box-shadow: 10px 5px 4px green;
}

.mass,
.diameter,
.sun,
.numMoon{
word-break: break-all;
white-space: pre-line;
}

.text{

}

td:nth-child(even){
background-color: blue;
}

0 comments on commit 32ec34f

Please sign in to comment.