Skip to content

Commit

Permalink
Background cover
Browse files Browse the repository at this point in the history
  • Loading branch information
MuLx10 committed Apr 22, 2020
1 parent e5ec828 commit 2c1d2d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,18 @@ i {
background-image: url('../img/Wajima.jpg');
background-repeat: no-repeat, repeat;
/*background-attachment: fixed;*/
background-size: cover;
color: #FFF;
max-height: 500px;
height: 100%;
height: auto;
}
.header .port {
border-radius: 50%;
border: 6px #ccc solid;
width: 16%;
max-width: 150px;
}

.icon-row {
margin: 45px auto;
width: 100%;
Expand Down

0 comments on commit 2c1d2d0

Please sign in to comment.