Skip to content

Commit

Permalink
css: Update name and remove .one & .two
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Jul 16, 2023
1 parent 1b7b278 commit 245751b
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,25 +102,12 @@ h2 {
}

.name {
padding-top: 20px;
margin: 0;
font-family: 'Lato', Verdana, Helvetica, sans-serif;
font-size: 32px;
}

.one {
width: 160px;
height: 160px;
position: relative;
}

.two {
width: 160px;
height: 160px;
position: absolute;
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-webkit-transition: opacity .2s ease-in-out;
}

.fade {
transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
Expand Down

0 comments on commit 245751b

Please sign in to comment.